We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75c3be commit c5a2c68Copy full SHA for c5a2c68
.github/workflows/ci-additional.yaml
@@ -96,7 +96,7 @@ jobs:
96
python -c "import xarray"
97
- name: Run tests
98
run: |
99
- python -m pytest \
+ python -m pytest -n 4 \
100
--cov=xarray \
101
--cov-report=xml \
102
$PYTEST_EXTRA_FLAGS
.github/workflows/ci.yaml
@@ -87,7 +87,7 @@ jobs:
87
88
89
90
- run: python -m pytest
+ run: python -m pytest -n 4
91
--cov=xarray
92
--cov-report=xml
93
--junitxml=pytest.xml
0 commit comments