chore: remove start-database from test action
This commit is contained in:
parent
db95979bf5
commit
9e6c79bf40
1 changed files with 1 additions and 1 deletions
2
Justfile
2
Justfile
|
|
@ -41,7 +41,7 @@ audit:
|
||||||
mix deps.audit
|
mix deps.audit
|
||||||
mix hex.audit
|
mix hex.audit
|
||||||
|
|
||||||
test *args: install-dependencies start-database
|
test *args: install-dependencies
|
||||||
mix test {{args}}
|
mix test {{args}}
|
||||||
|
|
||||||
format:
|
format:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue