File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- name : tests+artifacts+ pypi
1+ name : tests+pypi
22
33defaults :
44 run :
2626 - run : DEBUG=1 VERBOSE=1 pip install --verbose -e .
2727 - env :
2828 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
29- run : pytest -v -s -We -p no:unraisableexception tests/test_todos_annotated.py
29+ run : pytest --durations=10 - v -s -We -p no:unraisableexception tests/test_todos_annotated.py
3030
3131 build :
3232 needs : [todos_annotated_and_debug_build_ok]
@@ -108,7 +108,7 @@ jobs:
108108 - run : |
109109 cd tests
110110 python -c "import PyPartMC"
111- pytest -v -s -We -p no:unraisableexception -k 'not test_todos_annotated' .
111+ pytest --durations=10 - v -s -We -p no:unraisableexception -k 'not test_todos_annotated' .
112112
113113# ## uncomment to gain ssh access in case of failure
114114# - if: ${{ failure() }}
You can’t perform that action at this time.
0 commit comments