We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c107bc1 commit d758d67Copy full SHA for d758d67
1 file changed
run-rust-tests.sh
@@ -2,4 +2,5 @@
2
3
set -euo pipefail
4
5
-cargo test --all-features --all --bins --tests --examples --benches --all-targets "$@"
+# Effectively "--all-targets" but without --benches
6
+cargo test --all-features --workspace --lib --bins --examples --tests "$@"
0 commit comments