How to make Clojure tests stop tests running in case one of them failed?

I just would like to make the command lein test fail right once the first one test case fails.

You might want to look into how several plugins do it (or even use one of them):

1 Like

Thank you so much for comprehensive answer!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.