Skip to content

Commit d44b829

Browse files
authored
Increase pytest workers from 2 to 10
1 parent c7715c7 commit d44b829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoketests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151
env:
5252
# Use 2 workers to run files in parallel.
5353
# Tests within a file are run sequentially.
54-
PYTEST_ADDOPTS: "-n 2 -m smoketest"
54+
PYTEST_ADDOPTS: "-n 10 -m smoketest"
5555
run: |
5656
uv run pytest -q -vv tests/smoketests

0 commit comments

Comments
 (0)