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

Add nextest support to cargo-insta #285

Merged
merged 3 commits into from Sep 12, 2022
Merged

Add nextest support to cargo-insta #285

merged 3 commits into from Sep 12, 2022

Conversation

mitsuhiko
Copy link
Owner

@mitsuhiko mitsuhiko commented Sep 11, 2022

This adds a INSTA_TEST_RUNNER environment variable to control if cargo-test or nextest should be used. The default is auto which will eventually prefer nextest over cargo-test but for now stays with cargo-test.

It still needs to use cargo test --doc to run doctests due to nextest-rs/nextest#16

Refs #282

@mitsuhiko mitsuhiko merged commit e7c936c into master Sep 12, 2022
@mitsuhiko mitsuhiko deleted the feature/nextest branch September 12, 2022 08:27
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

Successfully merging this pull request may close these issues.

None yet

1 participant