Skip to content

Commit 723a3ff

Browse files
authored
Reduce pytest workers from 10 to 5
1 parent d44b829 commit 723a3ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/smoketests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
5050
- name: Run smoke tests (pytest via uv)
5151
env:
52-
# Use 2 workers to run files in parallel.
52+
# Use 5 workers to run files in parallel.
5353
# Tests within a file are run sequentially.
54-
PYTEST_ADDOPTS: "-n 10 -m smoketest"
54+
PYTEST_ADDOPTS: "-n 5 -m smoketest"
5555
run: |
5656
uv run pytest -q -vv tests/smoketests

0 commit comments

Comments
 (0)