diff --git a/build.clj b/build.clj index 04aeaca..e58ecea 100644 --- a/build.clj +++ b/build.clj @@ -30,7 +30,7 @@ :src-dirs ["src"])) (defn ci "Run the CI pipeline of tests (and build the JAR)." [opts] - #_(test opts) + (test opts) (b/delete {:path "target"}) (let [opts (jar-opts opts)] (println "\nWriting pom.xml...")