Skip to content

Commit

Permalink
build: remove bench from pre-push
Browse files Browse the repository at this point in the history
  • Loading branch information
oneofthezombies committed Feb 12, 2024
1 parent d77b55a commit 2a2caa4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/tools/dev/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ fn pre_push() {
clippy();
fmt();
test();
bench();
}

fn init_log() {
Expand Down

0 comments on commit 2a2caa4

Please sign in to comment.