You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using ex_check in our CI and locally and appreciate the work you've put into the library.
I was wondering if having an option to fail fast, considering the earlier tasks are cheaper than the later ones in the default group.
The scenario would be that running mix check should fail if the formatter is complaining and not run all the tests in ci.
I could look into it myself, pointers to relevant code are appreciated 🙇
The text was updated successfully, but these errors were encountered:
I have been using
ex_check
in our CI and locally and appreciate the work you've put into the library.I was wondering if having an option to fail fast, considering the earlier tasks are cheaper than the later ones in the
default
group.The scenario would be that running
mix check
should fail if the formatter is complaining and not run all the tests in ci.I could look into it myself, pointers to relevant code are appreciated 🙇
The text was updated successfully, but these errors were encountered: