Skip to content

Commit 56282d9

Browse files
committed
ci: build benches in pre-commit hook
1 parent 9cd051a commit 56282d9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ repos:
3232
stages: [pre-push]
3333
- id: test
3434
stages: [pre-push]
35+
- id: build
36+
stages: [pre-push]
37+
args: ["--benches"]

0 commit comments

Comments
 (0)