diff --git a/Makefile b/Makefile index 6f3fced2..a7538527 100644 --- a/Makefile +++ b/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: