diff --git a/compose.test.yaml b/compose.test.yaml index cd66188..e98c2c6 100644 --- a/compose.test.yaml +++ b/compose.test.yaml @@ -1,6 +1,6 @@ services: web: - command: python -Wa manage.py test --noinput --parallel + command: python manage.py check --deploy; python -Wa manage.py test --noinput --parallel restart: "no" env_file: - path: .env.template