Skip to content

Commit

Permalink
Added -vv argument to pytest for detailed log of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kc611 committed Oct 24, 2024
1 parent cd50cc8 commit 8fdfa18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo "::set-output name=id::$MATRIX_ID"
- name: Run tests
run: |
pytest --cov=outlines_core
pytest --cov=outlines_core -vv
env:
COVERAGE_FILE: .coverage.${{ steps.matrix-id.outputs.id }}
- name: Upload coverage data
Expand Down

0 comments on commit 8fdfa18

Please sign in to comment.