diff --git a/.github/workflows/linting_testing.yml b/.github/workflows/linting_testing.yml index 8811e12bf..548e22bf2 100644 --- a/.github/workflows/linting_testing.yml +++ b/.github/workflows/linting_testing.yml @@ -119,11 +119,10 @@ jobs: #---------------------------------------------- # run tests - # collectstatic needed for selenium tests #---------------------------------------------- - name: 🤹‍ Run Tests run: | source .venv/bin/activate - python manage.py collectstatic - coverage run --source='./lemarche' ./manage.py test --parallel auto lemarche + coverage run --source='./lemarche' ./manage.py test --keepdb --parallel auto lemarche coverage report + ./manage.py test --keepdb --failfast --parallel auto lemarche