Skip to content

Commit

Permalink
Merge pull request #1716 from cisagov/dk/1539-parallel-test-threads
Browse files Browse the repository at this point in the history
Issue #1539: python test can be run in parallel threads in pipeline
  • Loading branch information
dave-kennedy-ecs authored Feb 1, 2024
2 parents 2368aaa + 465d899 commit 4dbbf3a
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 4dbbf3a

Please sign in to comment.