We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem
The flag --include-ignored of cargo test is currently broken (cargo 1.38/1.40 stable/nightly)
--include-ignored
cargo test
cargo
Steps
cargo test -- --include-ignored # or cargo +nightly test -- --include-ignored
Short screencast
The text was updated successfully, but these errors were encountered:
You have to pass the -Zunstable-options flag. That is a bit confusing, so I opened rust-lang/rust#65770. (libtest issues are tracked on https://github.com/rust-lang/rust/issues/)
-Zunstable-options
Sorry, something went wrong.
No branches or pull requests
Problem
The flag
--include-ignored
ofcargo test
is currently broken (cargo
1.38/1.40 stable/nightly)Steps
Short screencast
The text was updated successfully, but these errors were encountered: