We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d44b829 commit 723a3ffCopy full SHA for 723a3ff
1 file changed
.github/workflows/smoketests.yml
@@ -49,8 +49,8 @@ jobs:
49
50
- name: Run smoke tests (pytest via uv)
51
env:
52
- # Use 2 workers to run files in parallel.
+ # Use 5 workers to run files in parallel.
53
# Tests within a file are run sequentially.
54
- PYTEST_ADDOPTS: "-n 10 -m smoketest"
+ PYTEST_ADDOPTS: "-n 5 -m smoketest"
55
run: |
56
uv run pytest -q -vv tests/smoketests
0 commit comments