mirror of https://github.com/rwf2/Rocket.git
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.
|
# Ensure everything passes before trying to publish.
|
||||||
echo ":::: Running complete test suite..."
|
echo ":::: Running complete test suite..."
|
||||||
cargo clean
|
cargo clean
|
||||||
bash "${SCRIPT_DIR}/test.sh" --all
|
bash "${SCRIPT_DIR}/test.sh" +stable --all
|
||||||
bash "${SCRIPT_DIR}/test.sh" --all --release
|
bash "${SCRIPT_DIR}/test.sh" +stable --all --release
|
||||||
|
|
||||||
# Temporarily remove dev-dependencies so crates.io verifies.
|
# Temporarily remove dev-dependencies so crates.io verifies.
|
||||||
echo ":::: Stripping [dev-dependencies]..."
|
echo ":::: Stripping [dev-dependencies]..."
|
||||||
|
|
Loading…
Reference in New Issue