Added tests.
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -28,7 +28,11 @@ jobs:
|
||||
FILE=zig-cache/bin/zls
|
||||
|
||||
if test -f "$FILE"; then
|
||||
exit 0
|
||||
if zig test; then
|
||||
exit 0
|
||||
else
|
||||
exit 1
|
||||
fi
|
||||
else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user