You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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! 😊
The text was updated successfully, but these errors were encountered:
It appears this repo has not been updated in ~3 years.
Is it possible one of the contributors can lend their perspective on how to proceed?
I am open to assisting with implementation, if there are maintainers who can help when the PR is ready for review.
It appears this repo has not been updated in ~3 years. Is it possible one of the contributors can lend their perspective on how to proceed? I am open to assisting with implementation, if there are maintainers who can help when the PR is ready for review.
What:
cargo test
hook, that runs test suite of Rust package.Why:
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! 😊The text was updated successfully, but these errors were encountered: