Fix running tests

This commit is contained in:
Mark Veidemanis 2022-12-12 19:52:48 +00:00
parent d6ab0ffd0e
commit 4218fdedbc
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ log:
docker-compose --env-file=stack.env logs -f docker-compose --env-file=stack.env logs -f
test: 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: migrate:
docker-compose --env-file=stack.env run --rm app sh -c ". /venv/bin/activate && python manage.py migrate" docker-compose --env-file=stack.env run --rm app sh -c ". /venv/bin/activate && python manage.py migrate"