Skip to content

Commit

Permalink
Merge pull request #694 from Chia-Network/precommit-speedup
Browse files Browse the repository at this point in the history
Remove bench and build from pre-commit
  • Loading branch information
Rigidity committed Aug 30, 2024
2 parents 9c4eb5d + 10f8d4a commit f0b3839
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 f0b3839

Please sign in to comment.