Skip to content

Commit

Permalink
pare down to only cargo test
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockleyJE committed May 5, 2023
1 parent a6f5724 commit 9fb0d98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
name: test
description: Run tests with cargo
entry: cargo test
language: system
args: [""]
always_run: true
pass_filenames: false
language: system
verbose: true
5 changes: 3 additions & 2 deletions hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
- id: cargo-test
name: cargo test
name: test
description: Run tests with cargo
entry: cargo test
language: system
args: [""]
always_run: true
pass_filenames: false
language: system
verbose: true

0 comments on commit 9fb0d98

Please sign in to comment.