Skip to content

Commit

Permalink
Verifying parallel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
swrichards committed Jun 26, 2024
1 parent 4b02eb4 commit 72ff5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Run tests
run: |
python src/manage.py collectstatic --noinput --link
coverage run src/manage.py test src --exclude-tag=e2e
coverage run src/manage.py test src --parallel --exclude-tag=e2e --exclude-tag=elastic
env:
DJANGO_SETTINGS_MODULE: open_inwoner.conf.ci
Expand Down

0 comments on commit 72ff5a5

Please sign in to comment.