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

CI: treat compiler warnings as errors #895

Merged
merged 6 commits into from
Aug 24, 2022
Merged

CI: treat compiler warnings as errors #895

merged 6 commits into from
Aug 24, 2022

Conversation

miraclx
Copy link
Contributor

@miraclx miraclx commented Aug 24, 2022

Context: #815 (comment)

@itegulov
Copy link
Contributor

We are not doing cargo check without unstable feature, so this wouldn't catch the warning from the original comment anyway, right?

@miraclx
Copy link
Contributor Author

miraclx commented Aug 24, 2022

Yes (not in CI), but compiling SDK without said feature always output a warning, even in downstream dependents that don't care about unstable features.

This patch ensures we don't have warnings that sneak into master.

.github/workflows/test.yml Outdated Show resolved Hide resolved
@miraclx miraclx requested a review from matklad August 24, 2022 13:45
@austinabell austinabell merged commit fd759fd into master Aug 24, 2022
@austinabell austinabell deleted the ci-deny-warnings branch August 24, 2022 18:42
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.

4 participants