mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-04 20:21:49 +02:00
FIXUP: Add extra deps database when running the tests
This commit is contained in:
parent
fd22912007
commit
21ba7773e6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -21,7 +21,7 @@ serve: build-translations ## Run the ihatemoney server
|
|||
|
||||
.PHONY: test
|
||||
test:
|
||||
uv run --extra dev pytest .
|
||||
uv run --extra dev --extra database pytest .
|
||||
|
||||
.PHONY: lint
|
||||
lint:
|
||||
|
|
Loading…
Reference in a new issue