-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
What:
- add
cargo test
hook, that runs test suite of Rust package.
Why:
- support TDD workflows, provide easy hook for teams to add test runs to their pre-commit checks.
- reduce need for packages to use a local hook implementation/workaround
Context:
A standard practice for my projects is to have tests run for each commit and push. My impression of this repo is the go-to for standard Rust hooks including basic cargo functionality. However, I see cargo test
is not yet implemented -> feature request! 😊
Business-Wizard and MatthieuBizien
Metadata
Metadata
Assignees
Labels
No labels