Skip to content

Commit 2559e4d

Browse files
effigiesDimitriPapadopoulos
authored andcommitted
CI: Run tests with available parallelism
1 parent ce51ee9 commit 2559e4d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ test =
2424
pytest-cov
2525
pytest-doctestplus
2626
pytest-httpserver
27+
pytest-xdist
2728
zstd =
2829
pyzstd >= 0.14.3
2930
all =

tools/ci/check.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ elif [ "${CHECK_TYPE}" == "test" ]; then
2525
cd for_testing
2626
cp ../.coveragerc .
2727
pytest --doctest-modules --doctest-plus --cov nibabel --cov-report xml \
28-
--junitxml=test-results.xml -v --pyargs nibabel
28+
--junitxml=test-results.xml -v --pyargs nibabel -n auto
2929
else
3030
false
3131
fi

0 commit comments

Comments
 (0)