Skip to content

Commit 313f038

Browse files
committed
ci(workflows): include parallel execution for .github/workflows/pr.yaml
1 parent 624fe53 commit 313f038

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pr.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,13 @@ jobs:
106106
python -m pip install --upgrade pip
107107
python -m pip install -e .[testing]
108108
109-
- name: Run fast regression tests (sequential for determinism)
109+
- name: Run fast regression tests
110110
run: |
111111
python -m pytest tests/regression \
112112
-m "not slow" \
113113
-k "${{ matrix.system }}" \
114-
-n 0 \
114+
--dist=loadscope \
115+
-n auto \
115116
-vv \
116117
--durations=20
117118

0 commit comments

Comments
 (0)