Skip to content

Commit

Permalink
Add support for the Roc language (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
ageron authored Aug 28, 2024
1 parent bdbcc49 commit 28d1c6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workspace/test_configurations.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,9 @@ var TestConfigurations = map[string]TestConfiguration{
"red": {
Command: "red {{test_files}}",
},
"roc": {
Command: "roc test {{test_files}}",
},
"ruby": {
Command: "ruby {{test_files}}",
},
Expand Down

0 comments on commit 28d1c6d

Please sign in to comment.