Skip to content

Commit

Permalink
[fr33m0nk]: Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fr33m0nk committed Feb 23, 2024
1 parent 04ff4bc commit 268ca5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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...")
Expand Down

0 comments on commit 268ca5d

Please # to comment.