Skip to content

Commit

Permalink
fix: cargo test pre commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-hickey committed Aug 4, 2024
1 parent a46872c commit 2d8e694
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
entry: cargo test
language: system
types: [rust]
args: ["--all-targets", "--", "--nocapture", "--test-threads=1", "--test"]
args: ["--all-targets"]
pass_filenames: false
- id: build
name: build
description: Build using cargo build
Expand Down

0 comments on commit 2d8e694

Please sign in to comment.