Skip to content

Commit a7b5d76

Browse files
committed
attempted bug fixing
1 parent 0292404 commit a7b5d76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
- name: Run tests on Windows
144144
if: matrix.os == 'windows-latest'
145145
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"
146+
pytest -n auto --durations=20 --dist load -sv --reruns 5 --reruns-delay 1 -m "not uses_test_server"
147147
148148
- name: Cleanup Docker setup
149149
if: always()

0 commit comments

Comments
 (0)