Skip to content

Commit

Permalink
ci: parallelise functional tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
P403n1x87 committed Sep 5, 2023
1 parent 4d06231 commit c7f5262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ jobs:
- name: Run functional tests
run: |
venv\Scripts\Activate.ps1
python -m pytest --full-trace --pastebin=failed -svr a test\functional -k "not austinp"
python -m pytest --full-trace --pastebin=failed -svr a test\functional -k "not austinp" -n auto
if: always()

- name: Run integrity tests
Expand Down

0 comments on commit c7f5262

Please sign in to comment.