Skip to content

Commit

Permalink
adding verbose to pytest in workflow v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ngupta10 committed Dec 14, 2023
1 parent a5da53a commit 9797d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Test Code Coverage
run: pytest --cov=querent -vv --durations=0 --detailed-summary
run: pytest --cov=querent -vv --durations=0
env:
PYTHONDONTWRITEBYTECODE: 1

Expand Down

0 comments on commit 9797d44

Please sign in to comment.