mirror of https://github.com/pyodide/pyodide.git
CI Disable pytest-xdist (#1718)
This commit is contained in:
parent
196bf5eba9
commit
0fc99f47b6
|
@ -153,7 +153,7 @@ jobs:
|
|||
mkdir test-results
|
||||
tools/pytest_wrapper.py \
|
||||
--junitxml=test-results/junit.xml \
|
||||
--verbose --numprocesses 3 \
|
||||
--verbose \
|
||||
<< parameters.test-params >>
|
||||
- store_test_results:
|
||||
path: test-results
|
||||
|
|
Loading…
Reference in New Issue