Skip to content

Commit a6da341

Browse files
Add risc-v test configuration
1 parent 4a57aa7 commit a6da341

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
@@ -235,6 +235,9 @@ var TestConfigurations = map[string]TestConfiguration{
235235
"red": {
236236
Command: "red {{test_files}}",
237237
},
238+
"risc-v": {
239+
Command: "make",
240+
},
238241
"roc": {
239242
Command: "roc test {{test_files}}",
240243
},

0 commit comments

Comments
 (0)