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
(bat-test :parallel true :report {:type :progress :fail-fast? true}) does not seem to return immediately upon receiving a single failure. Am I using this incorrectly? Thank you.
The text was updated successfully, but these errors were encountered:
Not incredibly important, but thought I should report. bat-test: unknown option(s): :fail-fast? occurs when I use fail-fast? like so (bat-test :parallel true :fail-fast? true :report {:type :progress})
(bat-test :parallel true :report {:type :progress :fail-fast? true})
does not seem to return immediately upon receiving a single failure. Am I using this incorrectly? Thank you.The text was updated successfully, but these errors were encountered: