Added tests.

This commit is contained in:
Alexandros Naskos
2020-05-27 21:58:35 +03:00
parent 406e400f0c
commit 6f8fbe1ccb
4 changed files with 118 additions and 4 deletions

View File

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