Skip to content

Commit

Permalink
Add support for the YAMLScript language (#1165)
Browse files Browse the repository at this point in the history
Co-authored-by: Glenn Jackman <[email protected]>
  • Loading branch information
ingydotnet and glennj authored Nov 3, 2024
1 parent efd43c4 commit 26c5d34
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 @@ -270,6 +270,9 @@ var TestConfigurations = map[string]TestConfiguration{
"x86-64-assembly": {
Command: "make",
},
"yamlscript": {
Command: "make test",
},
"zig": {
Command: "zig test {{test_files}}",
},
Expand Down

0 comments on commit 26c5d34

Please sign in to comment.