-
Notifications
You must be signed in to change notification settings - Fork 2.7k
--all-targets fixes #6039
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
--all-targets fixes #6039
Conversation
|
r? @matklad (rust_highfive has picked a reviewer for you, use r? to override) |
|
☔ The latest upstream changes (presumably #6037) made this pull request unmergeable. Please resolve the merge conflicts. |
c213b48 to
ca6d7d7
Compare
- Fix: `cargo test --all-targets` was running lib tests three times. - `--all-targets` help strings were wrong or misleading. - Minor cleanup to add `Proposal` type to maybe make the code more readable.
ca6d7d7 to
3a1cad6
Compare
|
@bors: r+ |
|
📌 Commit 3a1cad6 has been approved by |
|
⌛ Testing commit 3a1cad6 with merge f376fae872289410bb3cc5baa43dd35fc368c200... |
|
💔 Test failed - status-appveyor |
|
@bors: retry |
--all-targets fixes - Fix: `cargo test --all-targets` was running lib tests three times. - `--all-targets` help strings were wrong or misleading. - Minor cleanup to add `Proposal` type to maybe make the code more readable. Closes #5178.
|
☀️ Test successful - status-appveyor, status-travis |
cargo test --all-targetswas running lib tests three times.--all-targetshelp strings were wrong or misleading.Proposaltype to maybe make the code more readable.Closes #5178.