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

runner: nextest in insta.yaml not being obeyed #572

Closed
Porges opened this issue Aug 29, 2024 · 1 comment
Closed

runner: nextest in insta.yaml not being obeyed #572

Porges opened this issue Aug 29, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Porges
Copy link

Porges commented Aug 29, 2024

What happened?

I haven't figured out/looked deeply into why this is happening yet but runner: nextest in my insta.yaml is not being obeyed.

Reproduction steps

  1. I have: <repo>/insta.yaml
test:
  runner: nextest
  1. I run cargo insta test.
  2. It does not use 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.

@Porges Porges added the bug Something isn't working label Aug 29, 2024
@Porges Porges changed the title runner: nextest in insta.yaml not being obeyed runner: nextest in insta.yaml not being obeyed Aug 29, 2024
@max-sixty
Copy link
Collaborator

Fixed by #544, just waiting on a release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants