Workflow fix
This commit is contained in:
parent
6f8fbe1ccb
commit
c8f6949e5c
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
FILE=zig-cache/bin/zls
|
FILE=zig-cache/bin/zls
|
||||||
|
|
||||||
if test -f "$FILE"; then
|
if test -f "$FILE"; then
|
||||||
if zig test; then
|
if zig build test; then
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user