Skip to content

Commit 5dca167

Browse files
committed
feat: setup bb task for running abstracted integration tests
1 parent dab3e96 commit 5dca167

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

bb.edn

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
(println "stopping brokers")
1515
(shell "docker compose down"))))}
1616
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")}
17+
:task (shell "clj -X:test :dirs '[\"test/goose/integration\"]'")}
2018
fmt-fix {:doc "fix formatting issues"
2119
:task (shell "clj -M:cljfmt fix")}
2220
fmt-check {:doc "check formatting issues"

0 commit comments

Comments
 (0)