Increase pytest workers to 6

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-03 14:32:33 -05:00
parent f7a93ab5fc
commit 4a6171160e
+1 -1
View File
@@ -18,4 +18,4 @@ jobs:
- run: uv python install 3.13
- run: uv sync --extra dev
- name: Run tests in parallel
run: uv run pytest tests/ -n 4 -v --tb=short -x
run: uv run pytest tests/ -n 6 -v --tb=short -x