Fork me on GitHub
#leiningen
<
2017-04-13
>
juliobarros16:04:45

Is there a way to have leiningen run tests before building an uberjar and stopping the build if the tests fail? Apparently thats a thing in Maven land and I just got asked. Thanks.

bostonaholic17:04:34

@juliobarros lein do test, uberjar

bostonaholic17:04:16

be sure to not leave out the space after the comma