Forward CLI arguments to Cargo in testing script.

This commit is contained in:
Sergio Benitez 2018-01-13 09:25:25 -08:00
parent 1ba71cdb25
commit dfc6fa13e4
1 changed files with 1 additions and 1 deletions

View File

@ -83,4 +83,4 @@ echo ":: Bootstrapping examples..."
bootstrap_examples
echo ":: Building and testing libraries..."
cargo test --all-features --all
cargo test --all-features --all $@