Skip to content

Commit

Permalink
Test the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilouf committed Dec 28, 2024
1 parent 12f6a1f commit e4d6ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,5 @@ jobs:
run: |
source .venv/bin/activate
python manage.py collectstatic
coverage run --settings=config.settings.test --source='./lemarche' ./manage.py test --parallel auto lemarche
coverage run --source='./lemarche' ./manage.py test --settings=config.settings.test --parallel auto lemarche
coverage report

0 comments on commit e4d6ec5

Please sign in to comment.