mirror of https://github.com/rwf2/Rocket.git
Forward CLI arguments to Cargo in testing script.
This commit is contained in:
parent
1ba71cdb25
commit
dfc6fa13e4
|
@ -83,4 +83,4 @@ echo ":: Bootstrapping examples..."
|
||||||
bootstrap_examples
|
bootstrap_examples
|
||||||
|
|
||||||
echo ":: Building and testing libraries..."
|
echo ":: Building and testing libraries..."
|
||||||
cargo test --all-features --all
|
cargo test --all-features --all $@
|
||||||
|
|
Loading…
Reference in New Issue