Skip to content

Commit 31cd921

Browse files
committed
add duration reporting for python2 as well.
1 parent 948ff3c commit 31cd921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
fi
220220
else
221221
# python2 case
222-
pytest -v -r a test/ --cov=roundup
222+
pytest -v -r a --durations=20 test/ --cov=roundup
223223
fi
224224
225225
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)