Skip to content

Commit

Permalink
test modification
Browse files Browse the repository at this point in the history
  • Loading branch information
snarayan21 committed Oct 27, 2023
1 parent 1307b97 commit 47dd7c3
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 47dd7c3

Please sign in to comment.