cargo-mutants icon indicating copy to clipboard operation
cargo-mutants copied to clipboard

Nextest profile to use

Open eirnym opened this issue 8 months ago • 2 comments

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.

eirnym avatar Mar 28 '25 20:03 eirnym

You should be able to say --cargo-arg=--profile=mutants

sourcefrog avatar Mar 28 '25 23:03 sourcefrog

it's working, but it isn't obvious at all. It would be nice, if this would be mentioned somewhat on nextest page.

eirnym avatar Apr 09 '25 15:04 eirnym