Skip to content

Commit

Permalink
python test can be run in parallel threads in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-kennedy-ecs committed Jan 30, 2024
1 parent 057770c commit 465d899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Unit tests
working-directory: ./src
run: docker compose run app python manage.py test
run: docker compose run app python manage.py test --parallel

django-migrations-complete:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 465d899

Please sign in to comment.