boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
witek 2018-08-20T11:38:05.000100Z

Hello. I would like to activate asserts and spec-asserts when running tests. Is there a way to put this activations into my build.boot instead of my source files? Or how to activate these assertions during tests but not in production? Thank you.