Skip to content

Commit 201af14

Browse files
committed
fix: suppress unused variable warnings for SE handle on non-macOS builds
1 parent 5a7fdfa commit 201af14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ repos:
9797

9898
- id: cargo-test
9999
name: cargo test
100-
entry: cargo nextest run --workspace --profile pre-commit
100+
entry: cargo nextest run --workspace --profile pre-commit --no-fail-fast
101101
language: system
102102
types: [rust]
103103
pass_filenames: false

0 commit comments

Comments
 (0)