Skip to content

Commit b0a0712

Browse files
authored
Merge branch 'main' into moonscript
2 parents 98f2677 + 9e52305 commit b0a0712

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

workspace/test_configurations.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ var TestConfigurations = map[string]TestConfiguration{
143143
"fortran": {
144144
Command: "make",
145145
},
146+
"free-pascal": {
147+
Command: "make test=all",
148+
},
146149
"fsharp": {
147150
Command: "dotnet test",
148151
},

0 commit comments

Comments
 (0)