Skip to content

Commit bd705d5

Browse files
committed
ci: run in threads more often
Signed-off-by: Henry Schreiner <[email protected]>
1 parent c103d51 commit bd705d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
run: pip list
203203

204204
- name: Test min package
205-
run: pytest -ra --showlocals -Wdefault
205+
run: pytest -n auto -ra --showlocals -Wdefault
206206

207207
manylinux:
208208
name: Manylinux on 🐍 3.13 • Free-threaded
@@ -222,7 +222,7 @@ jobs:
222222
run: /venv/bin/pip install -e .[test] ninja
223223

224224
- name: Test package
225-
run: /venv/bin/pytest
225+
run: /venv/bin/pytest -n auto
226226

227227
cygwin:
228228
name: Tests on 🐍 3.9 • cygwin
@@ -246,7 +246,7 @@ jobs:
246246

247247
- name: Test package
248248
run:
249-
python3.9 -m pytest -ra --showlocals -m "not virtualenv"
249+
python3.9 -m pytest -n auto -ra --showlocals -m "not virtualenv"
250250
--durations=20
251251

252252
msys:
@@ -279,7 +279,7 @@ jobs:
279279

280280
- name: Test package
281281
run: >-
282-
python -m pytest -ra --showlocals -m "not broken_on_urct"
282+
python -m pytest -n auto -ra --showlocals -m "not broken_on_urct"
283283
--durations=20
284284
285285
mingw64:
@@ -312,7 +312,7 @@ jobs:
312312

313313
- name: Test package
314314
run: >-
315-
python -m pytest -ra --showlocals -m "not setuptools" --durations=20
315+
python -m pytest -n augo -ra --showlocals -m "not setuptools" --durations=20
316316
env:
317317
SETUPTOOLS_USE_DISTUTILS: "local"
318318

0 commit comments

Comments
 (0)