Compare commits

..

No commits in common. "37bd0f10ac29679f5a1e319a3c3cc236db745e3b" and "074a62807b41983325bcd507e4b77b2763906117" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -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
- $(find zig-cache -name test) main.zig - ./zig-cache/o/b57ef32c79a05339fbe4a8eb648ff6df/test main.zig

2
.vscode/tasks.json vendored
View File

@ -44,7 +44,7 @@
{ {
"label": "Test", "label": "Test",
"type": "shell", "type": "shell",
"command": "$(find zig-cache -name test) src/main.zig", "command": "zig test src/main.zig",
"group": { "group": {
"kind": "test", "kind": "test",
"isDefault": true "isDefault": true