Skip to content

Commit

Permalink
Update Clojure test profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Sep 27, 2024
1 parent 8d2481b commit 779e209
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
[weavejester/dependency "0.2.1"]]
:profiles {:provided {:dependencies [[org.clojure/clojurescript "1.11.132"]
[org.clojure/tools.reader "1.5.0"]]}
:1.10 {:dependencies [[org.clojure/clojure "1.10.3"]]}
:1.11 {:dependencies [[org.clojure/clojure "1.11.4"]]}
:1.12 {:dependencies [[org.clojure/clojure "1.12.0-rc2"]]}}
:1.12 {:dependencies [[org.clojure/clojure "1.12.0"]]}}
:plugins [[lein-codox "0.10.8"]
[lein-doo "0.1.11"]]
:codox
Expand All @@ -27,7 +25,7 @@
:process-shim false}}]}
:aliases {"test-node" ["doo" "node" "test-node" "once"]
"test-cljs" ["do" ["test-node"]]
"test-clj" ["with-profile" "default:+1.10:+1.11:+1.12"
"test-clj" ["with-profile" "default:+1.12"
"test" ":only" "integrant.core-test"]
"test-all" ["do" ["test-clj"] ["test-cljs"]]
"test" ["test" ":only" "integrant.core-test"]})
Expand Down

0 comments on commit 779e209

Please sign in to comment.