Skip to content

Commit

Permalink
add dev profile onto 1.11 profile when testing all profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
bostonaholic committed Oct 1, 2024
1 parent 0f502ba commit ea7d68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
:1.11 {:resource-paths ["test-resources"]
:dependencies [[org.clojure/clojure "1.11.3"]]}}

:aliases {"test-all-profiles" ["with-profile" "default:dev,1.10:dev,1.11" "test"]
:aliases {"test-all-profiles" ["with-profile" "default:dev,1.10:dev,1.11:dev" "test"]
"cloverage" ["do" "cloverage" "--output" "docs/coverage"]
"release" ["do" "clean," "deploy" "clojars"]})

0 comments on commit ea7d68e

Please sign in to comment.