Skip to content

Commit

Permalink
More verbose CI
Browse files Browse the repository at this point in the history
  • Loading branch information
michalk8 committed Aug 21, 2024
1 parent 2df8b93 commit 6b70334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
- name: Test
run: |
tox -e py${{ matrix.python }}-${{ matrix.slepc }}
tox -e py${{ matrix.python }}-${{ matrix.slepc }} -vv
env:
PYTEST_ADDOPTS: -vv -n 2
PYTEST_ADDOPTS: -vv

- name: Upload coverage
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 6b70334

Please sign in to comment.