Skip to content

Commit

Permalink
Add cargo-test hook
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedoyle committed Jul 16, 2024
1 parent ce18dfc commit 8cd8998
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@
args: ["--", "-D", "warnings"]
types: [rust]
pass_filenames: false
- id: cargo-test
name: cargo test
description: Run the package tests.
entry: cargo test
language: system
pass_filenames: false

0 comments on commit 8cd8998

Please sign in to comment.