We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
runner: nextest
I haven't figured out/looked deeply into why this is happening yet but runner: nextest in my insta.yaml is not being obeyed.
insta.yaml
<repo>/insta.yaml
test: runner: nextest
cargo insta test
nextest
I verified that the YAML is being parsed by corrupting it and ensuring that insta fails.
insta
1.39.0
nightly
The setting should be obeyed.
The text was updated successfully, but these errors were encountered:
Fixed by #544, just waiting on a release
Sorry, something went wrong.
No branches or pull requests
What happened?
I haven't figured out/looked deeply into why this is happening yet but
runner: nextest
in myinsta.yaml
is not being obeyed.Reproduction steps
<repo>/insta.yaml
cargo insta test
.nextest
.I verified that the YAML is being parsed by corrupting it and ensuring that
insta
fails.Insta Version
1.39.0
rustc Version
nightly
What did you expect?
The setting should be obeyed.
The text was updated successfully, but these errors were encountered: