Skip to content

Commit d758d67

Browse files
committed
rust-test: add workspace & remove benches target
1 parent c107bc1 commit d758d67

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

run-rust-tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
set -euo pipefail
44

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

0 commit comments

Comments
 (0)