Skip to content

Commit 3df8641

Browse files
committed
chore(ci): Run pytest with -n auto on CircleCI
1 parent d99ca99 commit 3df8641

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128
-v /tmp/tests:/tmp nitransforms:latest \
129129
pytest --junit-xml=/tmp/summaries/pytest.xml \
130130
--cov nitransforms --cov-report xml:/tmp/coverage/unittests.xml \
131+
-n auto \
131132
nitransforms/
132133
- run:
133134
name: Submit unit test coverage

0 commit comments

Comments
 (0)