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 753a4eb commit ee8414bCopy full SHA for ee8414b
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
+ "arturo": {
69
+ Command: "arturo tester.art",
70
+ },
71
"awk": {
72
Command: "bats {{test_files}}",
73
0 commit comments