We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce75db commit 5b4c337Copy full SHA for 5b4c337
2 files changed
.github/workflows/ci-comprehensive.yml
@@ -28,4 +28,4 @@ jobs:
28
- uses: ./.github/actions/setup
29
with:
30
python-version: ${{ matrix.python-version }}
31
- - run: pytest --cov --cov-report=term-missing -n auto -m full
+ - run: pytest --cov --cov-report=term-missing -n 20 -m full
.github/workflows/ci-lightweight.yml
- - run: pytest --cov --cov-report=term-missing -n auto -m lightweight
+ - run: pytest --cov --cov-report=term-missing -n 20 -m lightweight
0 commit comments