-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Defer glob failures #284
Defer glob failures #284
Conversation
The default of |
Ah yep, that stopped it, thanks. Also, just a side note, since its not failing on first snapshot error, |
It might be interesting to couple it with the failfast option of rusttest. That way it aligns with what users might already use. Will give that a whirl. |
Turns out that the fail fast flag is only passed to the cargo wrapper so I won't be able to access this. Adding another flag to envvars is unlikely to be discoverable. I will try around with this a bit. |
This is an experimental feature to address #283