Files
2026-02-17 17:30:45 -05:00

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")}}}