File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ jobs:
184
184
- name : Install test dependencies
185
185
run : python -m pip install "niworkflows[tests]"
186
186
- name : Run tests
187
- run : pytest -sv --doctest-modules --cov niworkflows niworkflows
187
+ run : pytest -sv --doctest-modules -n auto - -cov niworkflows niworkflows
188
188
- uses : codecov/codecov-action@v3
189
189
name : Submit to CodeCov
190
190
@@ -244,7 +244,7 @@ jobs:
244
244
- name : Install test dependencies
245
245
run : python -m pip install $PIP_FLAGS "niworkflows[tests]"
246
246
- name : Run tests
247
- run : pytest -sv --doctest-modules --cov niworkflows niworkflows
247
+ run : pytest -sv --doctest-modules -n auto - -cov niworkflows niworkflows
248
248
- uses : codecov/codecov-action@v3
249
249
name : Submit to CodeCov
250
250
You can’t perform that action at this time.
0 commit comments