Skip to content

Commit

Permalink
Add cairo to test config (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeshi authored Jul 23, 2024
1 parent ee8414b commit 72e984f
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 @@ -80,6 +80,9 @@ var TestConfigurations = map[string]TestConfiguration{
"c": {
Command: "make",
},
"cairo": {
Command: "scarb cairo-test",
},
"cfml": {
Command: "box task run TestRunner",
},
Expand Down

0 comments on commit 72e984f

Please sign in to comment.