mirror of https://github.com/rwf2/Rocket.git
Test 'rocket_contrib' before publishing.
This commit is contained in:
parent
7919ceac39
commit
b405b181a3
|
@ -26,6 +26,7 @@ fi
|
||||||
echo ":::: Running test suite..."
|
echo ":::: Running test suite..."
|
||||||
cargo clean
|
cargo clean
|
||||||
bash "${SCRIPT_DIR}/test.sh"
|
bash "${SCRIPT_DIR}/test.sh"
|
||||||
|
bash "${SCRIPT_DIR}/test.sh" --contrib
|
||||||
bash "${SCRIPT_DIR}/test.sh" --release
|
bash "${SCRIPT_DIR}/test.sh" --release
|
||||||
|
|
||||||
# Temporarily remove dev-dependencies so crates.io verifies.
|
# Temporarily remove dev-dependencies so crates.io verifies.
|
||||||
|
|
Loading…
Reference in New Issue