diff --git a/scripts/publish.sh b/scripts/publish.sh index a063e02d..986eddd2 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -25,8 +25,8 @@ fi # Ensure everything passes before trying to publish. echo ":::: Running complete test suite..." cargo clean -bash "${SCRIPT_DIR}/test.sh" --all -bash "${SCRIPT_DIR}/test.sh" --all --release +bash "${SCRIPT_DIR}/test.sh" +stable --all +bash "${SCRIPT_DIR}/test.sh" +stable --all --release # Temporarily remove dev-dependencies so crates.io verifies. echo ":::: Stripping [dev-dependencies]..."