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