9 lines
226 B
Clojure
9 lines
226 B
Clojure
{:tasks
|
|
{test
|
|
{:doc "Run all auth-gw module tests"
|
|
:task (shell {:dir ".."} "bb test:auth-gw")}
|
|
|
|
test:integration
|
|
{:doc "Run auth-gw integration tests"
|
|
:task (shell {:dir ".."} "bb test:auth-gw:integration")}}}
|