diff --git a/ci/script.sh b/ci/script.sh index b7cc807..aaf17fe 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -4,13 +4,11 @@ set -ex # TODO This is the "test phase", tweak it as you see fit main() { - cross build --target $TARGET --release - if [ ! -z $DISABLE_TESTS ]; then return fi - cross test --all --target $TARGET --release + cross test --all --target $TARGET } # we don't run the "test phase" when doing deploys