There was an error while loading. Please reload this page.
1 parent dab3e96 commit 5dca167Copy full SHA for 5dca167
1 file changed
bb.edn
@@ -14,9 +14,7 @@
14
(println "stopping brokers")
15
(shell "docker compose down"))))}
16
int {:doc "run integration tests"
17
- :task (shell "clj -X:test -nses '[goose.integration]'")}
18
- gauge-capability {:doc "evaluate broker implementations"
19
- :task (shell "clj -X:broker-caps")}
+ :task (shell "clj -X:test :dirs '[\"test/goose/integration\"]'")}
20
fmt-fix {:doc "fix formatting issues"
21
:task (shell "clj -M:cljfmt fix")}
22
fmt-check {:doc "check formatting issues"
0 commit comments