Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 9487801

Browse files
author
Nick Sullivan
committed
⚡ Remove pytest parallel execution flag from CI tests
Removes -n auto flag to disable pytest-xdist parallel test execution. This likely addresses test reliability issues or resource constraints in the CI environment where parallel execution was causing problems.
1 parent 6eeaebb commit 9487801

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
uv pip install --system -e .
122122
123123
- name: Run the tests with coverage
124-
run: pytest -n auto --cov=aicodebot --cov-report=xml --cov-report=term-missing
124+
run: pytest --cov=aicodebot --cov-report=xml --cov-report=term-missing
125125

126126
- name: Upload coverage to Codecov
127127
if: matrix.python-version == '3.13'

0 commit comments

Comments
 (0)