Replies: 2 comments 1 reply
-
Hi, thanks for the question! At the moment this isn't supported, but but it seems like a useful thing to have! |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is now supported. https://nexte.st/docs/running/#running-a-subset-of-tests-by-default |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We currently use this command
cargo nextest run -E 'not package(regression-tests)' --no-fail-fast
but I would like to have that configuration run automatically upon calling
cargo nextest run
Is there any way to do this? I haven't been able to find any documentation. There's a good bit about filtersets but I've found nothing about changing default run configuration.
Beta Was this translation helpful? Give feedback.
All reactions