Open praveenperera opened 1 week ago
I agree this would be useful, I would add checks for things like rustfmt and clippy. I'm sort of indifferent to the idea of committing it to the repo because of course we'd have to maintain it. @oleonardolima what do you think?
I have mixed feelings about it, it looks fine to add but would be yet another thing to maintain and keep it in pair with CI and MSRV deps pinning.
Also, because same behavior can be achieved by either (1) activating and running the CI on your own forked repository (it's what I usually do), or (2) execute the CI locally using some tool, (e.g act
).
@ValuedMammal We've had a lot of back and forth on this PR: #103, mostly because I only ran
cargo test
and missed tests in the matrix, was wondering if you what you think about adding a justfile so anyone contributing could run the tests locally before doing a PR. If you want I can make the PR, it would look mostly like this.