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

Disable redundant/superfluous CI jobs #294

Merged
merged 1 commit into from
May 24, 2024
Merged

Disable redundant/superfluous CI jobs #294

merged 1 commit into from
May 24, 2024

Conversation

regexident
Copy link
Owner

There is basically no way for cargo clippy to succeed if cargo check doesn't, so the latter is redundant.

Likewise we shouldn't need to run cargo minimal-versions check + cargo minimal-versions build + cargo minimal-versions test. All we should need is cargo minimal-versions check --tests, since check is a subset of build, which in turn is practically a subset of test, which we're already running separately. We're thus only interested in whether or not the code compiles, for which check --tests is the quickest.

@regexident regexident merged commit 266957e into main May 24, 2024
7 checks passed
@regexident regexident deleted the slim-ci-jobs branch May 24, 2024 16:24
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.

None yet

1 participant