Skip to content

Commit

Permalink
Reduce CI verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
michalk8 committed Sep 15, 2024
1 parent 0df8313 commit 5ce0419
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 @@ -49,9 +49,9 @@ jobs:

- name: Test
run: |
tox -e py${{ matrix.python }}-${{ matrix.slepc }} -vv
tox -e py${{ matrix.python }}-${{ matrix.slepc }} -v
env:
PYTEST_ADDOPTS: -vv
PYTEST_ADDOPTS: -v

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

0 comments on commit 5ce0419

Please sign in to comment.