diff --git a/Makefile b/Makefile index d743d7b..a258255 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ log: docker-compose --env-file=stack.env logs -f test: - docker-compose --env-file=stack.env run --rm app sh -c ". /venv/bin/activate && python manage.py test $(MODULES)" + docker-compose --env-file=stack.env run --rm app sh -c ". /venv/bin/activate && python manage.py test $(MODULES) -v 2" migrate: docker-compose --env-file=stack.env run --rm app sh -c ". /venv/bin/activate && python manage.py migrate"