We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0292404 commit a7b5d76Copy full SHA for a7b5d76
1 file changed
.github/workflows/test.yml
@@ -143,7 +143,7 @@ jobs:
143
- name: Run tests on Windows
144
if: matrix.os == 'windows-latest'
145
run: | # we need a separate step because of the bash-specific if-statement in the previous one.
146
- pytest -n 4 --durations=20 --dist load -sv --reruns 5 --reruns-delay 1 -m "not uses_test_server"
+ pytest -n auto --durations=20 --dist load -sv --reruns 5 --reruns-delay 1 -m "not uses_test_server"
147
148
- name: Cleanup Docker setup
149
if: always()
0 commit comments