mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-16 13:42:05 +00:00
Always test on stable on publish.
This commit is contained in:
parent
015438a780
commit
88cb6ec4d1
@ -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]..."
|
||||
|
Loading…
Reference in New Issue
Block a user