We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7715c7 commit d44b829Copy full SHA for d44b829
.github/workflows/smoketests.yml
@@ -51,6 +51,6 @@ jobs:
51
env:
52
# Use 2 workers to run files in parallel.
53
# Tests within a file are run sequentially.
54
- PYTEST_ADDOPTS: "-n 2 -m smoketest"
+ PYTEST_ADDOPTS: "-n 10 -m smoketest"
55
run: |
56
uv run pytest -q -vv tests/smoketests
0 commit comments