Fix error when deleting members
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
e0d40014a1
commit
96c5b956e5
3 changed files with 32 additions and 3 deletions
4
Justfile
4
Justfile
|
|
@ -35,8 +35,8 @@ audit:
|
|||
mix deps.audit
|
||||
mix hex.audit
|
||||
|
||||
test: install-dependencies start-database
|
||||
mix test
|
||||
test *args: install-dependencies start-database
|
||||
mix test {{args}}
|
||||
|
||||
format:
|
||||
mix format
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue