diff --git a/ci/before-deploy.sh b/ci/before_deploy.sh similarity index 100% rename from ci/before-deploy.sh rename to ci/before_deploy.sh diff --git a/ci/script.sh b/ci/script.sh index ddd7f93..293504d 100755 --- a/ci/script.sh +++ b/ci/script.sh @@ -13,9 +13,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