Skip to content

Reordered commands in increasing execution times#35

Open
regular-citizen wants to merge 1 commit intorhysd:masterfrom
regular-citizen:master
Open

Reordered commands in increasing execution times#35
regular-citizen wants to merge 1 commit intorhysd:masterfrom
regular-citizen:master

Conversation

@regular-citizen
Copy link
Copy Markdown

This patch rearranges the order of the commands in the hook scripts created by cargo-husky to match their expected execution time. For example, "cargo fmt" should be significantly faster to execute than "cargo clippy" and "cargo test".

This addresses annoying situations like linting checks failing only after the entire test suite has run.

@nyurik
Copy link
Copy Markdown
Contributor

nyurik commented Dec 24, 2022

@rhysd friendly ping - i think this would be a good change, I actually wanted to suggest the same thing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants