diff --git a/ci/script.sh b/ci/script.sh index d90650e..5549e97 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -12,9 +12,6 @@ main() { cross test --target $TARGET cross test --target $TARGET --release - - cross run --target $TARGET - cross run --target $TARGET --release } # we don't run the "test phase" when doing deploys