Skip to content

Commit 5b4c337

Browse files
committed
Update Parallelization
1 parent 7ce75db commit 5b4c337

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-comprehensive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- uses: ./.github/actions/setup
2929
with:
3030
python-version: ${{ matrix.python-version }}
31-
- run: pytest --cov --cov-report=term-missing -n auto -m full
31+
- run: pytest --cov --cov-report=term-missing -n 20 -m full

.github/workflows/ci-lightweight.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- uses: ./.github/actions/setup
2929
with:
3030
python-version: ${{ matrix.python-version }}
31-
- run: pytest --cov --cov-report=term-missing -n auto -m lightweight
31+
- run: pytest --cov --cov-report=term-missing -n 20 -m lightweight

0 commit comments

Comments
 (0)