We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a64cbd commit 4689d1cCopy full SHA for 4689d1c
crates/tools/dev/src/main.rs
@@ -87,7 +87,7 @@ fn test() {
87
}
88
89
fn bench() {
90
- run!("cargo bench --workspace --benches --all-features");
+ run!("cargo bench --workspace --all-targets --all-features");
91
92
93
fn pre_push() {
0 commit comments