Replies: 1 comment
-
Honestly, I don't run them all. I just run clippy and tests manually and then let the CI run and investigate if something fails. Running them all (especially |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As I tried to make some contributions the CI fails here and there. There are a number of command the CI runs. It would be nice if I could run them locally easily as a single command. In my own projects I started to use pre-commit hooks for this. I wonder what do the developers of
axum
use to make it easy to run all the checks locally before pushing out to GitHub?Beta Was this translation helpful? Give feedback.
All reactions