From 268ca5de6d878217eddaeea56657cea69a93f1dc Mon Sep 17 00:00:00 2001 From: fr33m0nk Date: Fri, 23 Feb 2024 22:36:32 +0530 Subject: [PATCH] [fr33m0nk]: Fix CI --- build.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...")