Skip to content

Commit

Permalink
pytest detailed info
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed May 5, 2022
1 parent b22b763 commit 38a854e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/gpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
displayName: 'Get legacy checkpoints'
- bash: |
python -m coverage run --source pytorch_lightning -m pytest pytorch_lightning tests --ignore tests/benchmarks -v --junitxml=$(Build.StagingDirectory)/test-results.xml --durations=50
python -m coverage run --source pytorch_lightning -m pytest -x pytorch_lightning tests --ignore tests/benchmarks -vv --junitxml=$(Build.StagingDirectory)/test-results.xml --durations=50
displayName: 'Testing: standard'
- bash: |
Expand Down

0 comments on commit 38a854e

Please sign in to comment.