Compare commits
2 Commits
074a62807b
...
37bd0f10ac
Author | SHA1 | Date |
---|---|---|
kayomn | 37bd0f10ac | |
kayomn | c91630d6da |
|
@ -6,4 +6,4 @@ steps:
|
|||
image: euantorano/zig:0.9.1
|
||||
commands:
|
||||
- zig build test
|
||||
- ./zig-cache/o/b57ef32c79a05339fbe4a8eb648ff6df/test main.zig
|
||||
- $(find zig-cache -name test) main.zig
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
{
|
||||
"label": "Test",
|
||||
"type": "shell",
|
||||
"command": "zig test src/main.zig",
|
||||
"command": "$(find zig-cache -name test) src/main.zig",
|
||||
"group": {
|
||||
"kind": "test",
|
||||
"isDefault": true
|
||||
|
|
Loading…
Reference in New Issue