Skip to content

Commit 4689d1c

Browse files
committed
test: add core
1 parent 5a64cbd commit 4689d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tools/dev/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ fn test() {
8787
}
8888

8989
fn bench() {
90-
run!("cargo bench --workspace --benches --all-features");
90+
run!("cargo bench --workspace --all-targets --all-features");
9191
}
9292

9393
fn pre_push() {

0 commit comments

Comments
 (0)