Skip to content

Commit 0973dea

Browse files
tridgeclaude
andcommitted
ci: run pytest in parallel via -j 4
GitHub-hosted ubuntu-latest runners have 4 vCPUs, and the new test harness supports pytest-xdist parallelism via run_tests.sh -j N. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 52b45b7 commit 0973dea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
set -e # Exit on any error
2929
echo "Running test script..."
30-
scripts/run_tests.sh
30+
scripts/run_tests.sh -j 4
3131
echo "All tests completed successfully"
3232
3333
docker-test:

0 commit comments

Comments
 (0)