diff --git a/ci/script.sh b/ci/script.sh index 6433d7e..c35deb1 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -7,9 +7,9 @@ main() { #cross build --target $TARGET #cross build --target $TARGET --release - #if [ ! -z $DISABLE_TESTS ]; then - # return - #fi + if [ ! -z $DISABLE_TESTS ]; then + return + fi #cross test --target $TARGET cross test --target $TARGET --release