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

cargo careful nextest does not work #35

Open
larseggert opened this issue Jul 11, 2024 · 1 comment
Open

cargo careful nextest does not work #35

larseggert opened this issue Jul 11, 2024 · 1 comment

Comments

@larseggert
Copy link

larseggert commented Jul 11, 2024

$ 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.

I'll note that cargo +nightly careful test works fine.

@RalfJung
Copy link
Owner

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.

@RalfJung RalfJung changed the title Is nextest supposed to work? cargo careful nextest does not work Jul 11, 2024
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

No branches or pull requests

2 participants