Skip to content

Commit

Permalink
Remove bench and build from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Aug 29, 2024
1 parent 4cdcb4a commit 10f8d4a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,6 @@ repos:
entry: cargo clippy --workspace --all-features --all-targets
language: system
pass_filenames: false
- id: build
name: build
description: run cargo build on the workspace
stages: [pre-push]
entry: cargo build --all-features --workspace
language: system
pass_filenames: false
- id: benchmarks
name: build benchmarks
description: run cargo bench on the workspace
stages: [pre-push]
entry: cargo bench --no-run --workspace --profile dev
language: system
pass_filenames: false
- id: tests
name: run tests
description: run cargo test on the workspace
Expand Down

0 comments on commit 10f8d4a

Please sign in to comment.