Skip to content

Commit

Permalink
ci- add eftest
Browse files Browse the repository at this point in the history
  • Loading branch information
barkanido committed Dec 12, 2021
1 parent 9c9673e commit fb4db37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
:aliases {"clj-kondo" ["run" "-m" "clj-kondo.main"]
"lint" ["run" "-m" "clj-kondo.main" "--lint" "src" "test"]}
:plugins [[lein-ancient "1.0.0-RC3"]
[lein-cloverage "1.2.2"]]
[lein-cloverage "1.2.2"]
[lein-eftest "0.5.9"]]
:global-vars {*warn-on-reflection* true}}})

0 comments on commit fb4db37

Please sign in to comment.