cargo-mutants
cargo-mutants copied to clipboard
Nextest profile to use
cargo nextest support profiles which contain additional settings.
I use default profile to run all tests locally and on CI and I'd like it to not fail fast. Thus I'd like to pass specific test profile for mutants (e.g. mutants) to set specific settings for that tool. This may include --fail-fast, to run ignored, some cargo options, or UI configuration.
You should be able to say --cargo-arg=--profile=mutants
it's working, but it isn't obvious at all. It would be nice, if this would be mentioned somewhat on nextest page.