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

Require test crates to pass cargo check. #1145

Merged
merged 8 commits into from
Feb 22, 2025
Merged

Conversation

obi1kenobi
Copy link
Owner

It seems not all our test crates pass cargo check since rustdoc (with good reasons) allows certain compile errors to go unobserved.

In a couple of our test crates, that's expected and desirable. For example, we have test cases for what happens when we lint a crate that doesn't build.

In most cases, that's a bug in the test that we should fix.

@obi1kenobi obi1kenobi marked this pull request as ready for review February 22, 2025 19:24
@obi1kenobi obi1kenobi enabled auto-merge (squash) February 22, 2025 19:24
@obi1kenobi obi1kenobi merged commit fc0fd4f into main Feb 22, 2025
32 checks passed
@obi1kenobi obi1kenobi deleted the cargo_check_test_crates branch February 22, 2025 19:30
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.

1 participant