summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ci/script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/script.sh b/ci/script.sh
index de1f77c5..ddd7f936 100644
--- a/ci/script.sh
+++ b/ci/script.sh
@@ -7,7 +7,7 @@ main() {
cross build --target $TARGET
cross build --target $TARGET --release
- if [ -n $DISABLE_TESTS ]; then
+ if [ ! -z $DISABLE_TESTS ]; then
return
fi