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 @@ -169,7 +169,7 @@ jobs:
169169 - script : ' pip install pytest-runner && python setup.py pytest'
170170 displayName : ' Unit tests'
171171 env :
172- PYTEST_ADDOPTS : ' -m "not (notebook or automl or dml or causal)"'
172+ PYTEST_ADDOPTS : ' -m "not (notebook or automl or dml or causal)" -n 2 '
173173 COVERAGE_PROCESS_START : ' setup.cfg'
174174 - task : PublishTestResults@2
175175 displayName : ' Publish Test Results **/test-results.xml'
@@ -223,7 +223,7 @@ jobs:
223223 - script : ' pip install pytest-runner && python setup.py pytest'
224224 displayName : ' Unit tests'
225225 env :
226- PYTEST_ADDOPTS : ' -m "causal"'
226+ PYTEST_ADDOPTS : ' -m "causal" -n 1 '
227227 COVERAGE_PROCESS_START : ' setup.cfg'
228228 - task : PublishTestResults@2
229229 displayName : ' Publish Test Results **/test-results.xml'
You can’t perform that action at this time.
0 commit comments