Skip to content

Commit

Permalink
verbose outputs from pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jongwook committed Jan 18, 2023
1 parent 9d646db commit 8135a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- run: echo "$CONDA/envs/test/bin" >> $GITHUB_PATH
- run: pip install pytest
- run: pip install .
- run: pytest -k 'not test_transcribe or test_transcribe[tiny]'
- run: pytest --durations=0 -vv -k 'not test_transcribe or test_transcribe[tiny] or test_transcribe[tiny.en]'

0 comments on commit 8135a7c

Please sign in to comment.