Skip to content

Commit

Permalink
build update
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Sep 21, 2024
1 parent 29b4ae2 commit 8d07656
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 @@ -21,7 +21,7 @@
(def class-dir "target/classes")

(defn test "Run all the tests." [opts]
(doseq [alias [:1.10 :1.11 :master]]
(doseq [alias [:1.11 :1.12 :master]]
(println "\nRunning tests for Clojure" (name alias))
(let [basis (b/create-basis {:aliases [:test alias]})
cmds (b/java-command
Expand Down

0 comments on commit 8d07656

Please sign in to comment.