[CIs] report slow tests add --durations=0 to some pytest jobs (#7884)

* add --durations=50 to some pytest runs

* report all tests
This commit is contained in:
Stas Bekman
2020-10-19 05:23:14 -07:00
committed by GitHub
parent 4eb61f8e88
commit 805a202e1a
2 changed files with 5 additions and 5 deletions

View File

@@ -84,7 +84,7 @@ jobs:
key: v0.3-{{ checksum "setup.py" }}
paths:
- '~/.cache/pip'
- run: python -m pytest -n 8 --dist=loadfile -rA -s ./tests/ --cov | tee output.txt
- run: python -m pytest -n 8 --dist=loadfile -rA -s ./tests/ --cov --durations=0 | tee output.txt
- run: codecov
- store_artifacts:
path: ~/transformers/output.txt