diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e5515f0..b4d734b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: FILE=zig-cache/bin/zls if test -f "$FILE"; then - if zig test; then + if zig build test; then exit 0 else exit 1