Skip to content

Commit c1dd033

Browse files
berkowskiSusurrus
authored andcommitted
Fixed ci/script.sh to run tests when desired.
1 parent ed0c6d3 commit c1dd033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ main() {
77
cross build --target $TARGET
88
cross build --target $TARGET --release
99

10-
if [ -n $DISABLE_TESTS ]; then
10+
if [ ! -z $DISABLE_TESTS ]; then
1111
return
1212
fi
1313

0 commit comments

Comments
 (0)