We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24276b7 commit 0a32925Copy full SHA for 0a32925
1 file changed
workspace/test_configurations.go
@@ -65,6 +65,9 @@ var TestConfigurations = map[string]TestConfiguration{
65
Command: "8th -f test.8th",
66
},
67
// abap: tests are run via "ABAP Development Tools", not the CLI
68
+ "arm64-assembly": {
69
+ Command: "make",
70
+ },
71
"arturo": {
72
Command: "arturo tester.art",
73
0 commit comments