diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index a1163f6b7..8cb994a89 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -47,12 +47,13 @@ jobs: id: tests run: | set -ex - pytest --splits 9 --group 1 --cov-fail-under=10 - pytest --splits 9 --group 2 --cov-fail-under=10 - pytest --splits 9 --group 3 --cov-fail-under=10 - pytest --splits 9 --group 4 --cov-fail-under=10 - pytest --splits 9 --group 5 --cov-fail-under=10 - pytest --splits 9 --group 6 --cov-fail-under=10 - pytest --splits 9 --group 7 --cov-fail-under=10 - pytest --splits 9 --group 8 --cov-fail-under=10 - pytest --splits 9 --group 9 --cov-fail-under=10 + pytest --splits 10 --group 1 --cov-fail-under=10 + pytest --splits 10 --group 2 --cov-fail-under=10 + pytest --splits 10 --group 3 --cov-fail-under=10 + pytest --splits 10 --group 4 --cov-fail-under=10 + pytest --splits 10 --group 5 --cov-fail-under=10 + pytest --splits 10 --group 6 --cov-fail-under=10 + pytest --splits 10 --group 7 --cov-fail-under=10 + pytest --splits 10 --group 8 --cov-fail-under=10 + pytest --splits 10 --group 9 --cov-fail-under=10 + pytest --splits 10 --group 10 --cov-fail-under=10