Skip to content

Commit

Permalink
gha: run pytest in verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Dec 15, 2023
1 parent e1ff5e9 commit e2f222e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: run tests
timeout-minutes: 15
run: pytest -v -n=auto --cov-report=xml --cov-report=term
run: pytest -vv -n=auto --cov-report=xml --cov-report=term

- name: upload coverage report
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit e2f222e

Please sign in to comment.