Skip to content

Commit

Permalink
eftest config
Browse files Browse the repository at this point in the history
  • Loading branch information
idantavor committed Jul 16, 2024
1 parent 2f8deef commit 8964103
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@
; Kafka (docker in docker)
[org.testcontainers/kafka "1.17.6"]
[clj-test-containers "0.7.4"]]
:jvm-opts ["-Dlogback.configurationFile=dev-logback.xml"]}
:jvm-opts ["-Dlogback.configurationFile=dev-logback.xml"]
:eftest {:multithread? false
:report eftest.report.junit/report
:report-to-file "target/junit.xml"}}

;; Tests only, silent logs
:test
Expand Down

0 comments on commit 8964103

Please sign in to comment.