Workflow fix

This commit is contained in:
Alexandros Naskos 2020-05-27 22:00:25 +03:00
parent 6f8fbe1ccb
commit c8f6949e5c

View File

@ -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