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
cargo careful nextest
$ cargo +nightly careful --help fatal error: `cargo careful` supports the following subcommands: `run`, `test`, `build`, `nextest`, and `setup`.
but then
$ cargo +nightly careful nextest Preparing a careful sysroot (target: aarch64-apple-darwin)... done error: unexpected argument '--config' found tip: a similar argument exists: '--config-file' Usage: cargo nextest <--config-file <PATH>|--tool-config-file <TOOL:ABS_PATH>|--override-version-check> <COMMAND> For more information, try '--help'.
Same for cargo +nightly careful nextest run.
cargo +nightly careful nextest run
I'll note that cargo +nightly careful test works fine.
cargo +nightly careful test
The text was updated successfully, but these errors were encountered:
Thanks for the report! It is supposed to work, and I think I tested it at some point, but we don't have it on CI so apparently it got broken.
Sorry, something went wrong.
nextest
No branches or pull requests
but then
Same for
cargo +nightly careful nextest run
.I'll note that
cargo +nightly careful test
works fine.The text was updated successfully, but these errors were encountered: