parallel dev isolation #529
1 changed files with 3 additions and 0 deletions
3
Justfile
3
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue