diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 0ffe38d..8ef873c 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -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