Skip to content

Commit

Permalink
chore: change bench option
Browse files Browse the repository at this point in the history
  • Loading branch information
oneofthezombies committed Feb 12, 2024
1 parent 84579da commit e5f0df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tools/dev/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ fn test() {
}

fn bench() {
run!("cargo bench --workspace --all-targets --all-features");
run!("cargo bench --workspace --benches --all-features");
}

fn pre_push() {
Expand Down

0 comments on commit e5f0df6

Please sign in to comment.