Skip to content

Commit dd1eb88

Browse files
committed
Add worker for smoketest github action
1 parent 71f5609 commit dd1eb88

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/smoketests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
5050
- name: Run smoke tests (pytest via uv)
5151
env:
52-
# Force sequential to avoid overloading remote resources
53-
PYTEST_ADDOPTS: "-n 1 -m smoketest"
52+
# Use 2 workers to run files in parallel.
53+
# Tests within a file are run sequentially.
54+
PYTEST_ADDOPTS: "-n 2 -m smoketest"
5455
run: |
5556
uv run pytest -q -vv tests/smoketests

0 commit comments

Comments
 (0)