diff --git a/Justfile b/Justfile index 9b0be65..576b4f3 100644 --- a/Justfile +++ b/Justfile @@ -29,6 +29,9 @@ seed-database: start-database: docker compose up -d +start-test-db: + docker compose up -d db + # Full check suite: lint + audit + the fast tests (slow/ui excluded). No Dialyzer. ci-dev: install-dependencies lint audit test-fast