We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f229a4a commit 473e4c8Copy full SHA for 473e4c8
1 file changed
.github/workflows/test.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Run tests
58
run: |
59
mkdir -p reports/junit/
60
- coverage run -m pytest -n auto -m ${{ matrix.mark }} --junitxml=reports/junit/${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.mark }}.xml
+ coverage run --parallel-mode -m pytest -n auto -m ${{ matrix.mark }} --junitxml=reports/junit/${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.mark }}.xml
61
62
- name: Upload coverage results
63
uses: actions/upload-artifact@v6
0 commit comments