Skip to content

Commit efeeb84

Browse files
fix: cargo test pre commit hook
1 parent 015bd65 commit efeeb84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-hooks.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
entry: cargo test
2727
language: system
2828
types: [rust]
29-
args: ["--all-targets", "--", "--nocapture", "--test-threads=1", "--test"]
29+
args: ["--all-targets"]
30+
pass_filenames: false
3031
- id: build
3132
name: build
3233
description: Build using cargo build

0 commit comments

Comments
 (0)