Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flip order of CI commands, to check fmt and clippy first #224

Merged
merged 1 commit into from
Sep 8, 2024

Conversation

keldonin
Copy link
Collaborator

@keldonin keldonin commented Sep 7, 2024

Attempt at making faster builds, by simply checking fmt and clippy upfront. I found it quite frustrating, several times, to go through all the builds to finally end up with a clippy error.

Hopefully preventing some carbon dioxide emission as well.

Copy link
Collaborator

@wiktor-k wiktor-k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed. In my own repos I also structure tests so that the faster ones execute first (https://github.com/wiktor-k/service-binding/blob/main/.justfile#L3).

Thanks. I think it's relatively small change 👍

Copy link
Member

@ionut-arm ionut-arm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, thanks!

@ionut-arm ionut-arm merged commit ef8aff0 into parallaxsecond:main Sep 8, 2024
7 checks passed
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.

3 participants