chore: remove start-database from test action

This commit is contained in:
Moritz 2026-01-27 13:41:33 +01:00 committed by moritz
parent db95979bf5
commit 9e6c79bf40

View file

@ -41,7 +41,7 @@ audit:
mix deps.audit
mix hex.audit
test *args: install-dependencies start-database
test *args: install-dependencies
mix test {{args}}
format: