parallel dev isolation #529

Merged
moritz merged 4 commits from feat/parallel-dev-isolation into main 2026-06-15 18:03:00 +02:00
Showing only changes of commit 2363ef69e3 - Show all commits

View file

@ -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