Fix CI being unable to find test
This commit is contained in:
parent
c91630d6da
commit
37bd0f10ac
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue