Skip to content

Commit

Permalink
rust-test: add workspace & remove benches target
Browse files Browse the repository at this point in the history
  • Loading branch information
domodwyer committed Dec 12, 2020
1 parent c107bc1 commit d758d67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run-rust-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

set -euo pipefail

cargo test --all-features --all --bins --tests --examples --benches --all-targets "$@"
# Effectively "--all-targets" but without --benches
cargo test --all-features --workspace --lib --bins --examples --tests "$@"

0 comments on commit d758d67

Please sign in to comment.