Skip to content

Commit 28d1c6d

Browse files
authored
Add support for the Roc language (#1162)
1 parent bdbcc49 commit 28d1c6d

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
@@ -225,6 +225,9 @@ var TestConfigurations = map[string]TestConfiguration{
225225
"red": {
226226
Command: "red {{test_files}}",
227227
},
228+
"roc": {
229+
Command: "roc test {{test_files}}",
230+
},
228231
"ruby": {
229232
Command: "ruby {{test_files}}",
230233
},

0 commit comments

Comments
 (0)