Skip to content

Commit 19f20f8

Browse files
committed
CI: Try running jobs with xdist
1 parent 08e198f commit 19f20f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ jobs:
341341
nipreps/sdcflows:latest \
342342
pytest -v --junit-xml=/out/pytest.xml \
343343
--cov sdcflows --cov-report xml:/out/unittests.xml \
344-
sdcflows/
344+
-n auto sdcflows/
345345
- save_cache:
346346
key: workdir-v3-{{ .Branch }}-{{ .BuildNum }}
347347
paths:

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
run: |
176176
export LD_LIBRARY_PATH=/usr/lib/fsl/5.0:$LD_LIBRARY_PATH
177177
export PATH=$ANTSPATH:${AFNI_HOME}:/usr/lib/fsl/5.0:$PATH
178-
pytest -v --cov sdcflows --cov-report xml:cov.xml --doctest-modules sdcflows
178+
pytest -v --cov sdcflows --cov-report xml:cov.xml --doctest-modules -n auto sdcflows
179179
180180
- uses: codecov/codecov-action@v4
181181
with:

0 commit comments

Comments
 (0)