Always test on stable on publish.

This commit is contained in:
Sergio Benitez 2021-03-10 14:56:34 -08:00
parent 015438a780
commit 88cb6ec4d1
1 changed files with 2 additions and 2 deletions

View File

@ -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]..."