Skip to content

Commit 4ee28f1

Browse files
committed
reduce test workers
1 parent b6d5e31 commit 4ee28f1

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
@@ -171,7 +171,7 @@ jobs:
171171
marks="production_server"
172172
fi
173173
174-
pytest -n 4 --durations=20 --dist load -sv $codecov -o log_cli=true -m "$marks"
174+
pytest -n 1 --durations=20 --dist load -sv $codecov -o log_cli=true -m "$marks"
175175
176176
- name: Run tests on Windows
177177
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)