We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7fdfa commit 201af14Copy full SHA for 201af14
1 file changed
.pre-commit-config.yaml
@@ -97,7 +97,7 @@ repos:
97
98
- id: cargo-test
99
name: cargo test
100
- entry: cargo nextest run --workspace --profile pre-commit
+ entry: cargo nextest run --workspace --profile pre-commit --no-fail-fast
101
language: system
102
types: [rust]
103
pass_filenames: false
0 commit comments