Skip to content

Commit

Permalink
Forward CLI arguments to Cargo in testing script.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Jan 13, 2018
1 parent 1ba71cd commit dfc6fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ echo ":: Bootstrapping examples..."
bootstrap_examples

echo ":: Building and testing libraries..."
cargo test --all-features --all
cargo test --all-features --all $@

0 comments on commit dfc6fa1

Please sign in to comment.