Fix CI being unable to find test

This commit is contained in:
kayomn 2022-10-03 23:05:43 +01:00
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