Skip to content

Commit 8ab9747

Browse files
committed
show 20 slowest durations in CI
1 parent 321a90e commit 8ab9747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ deps = -rrequirements-dev.txt
66
passenv = *
77
commands =
88
coverage erase
9-
coverage run -m pytest {posargs:tests} --ignore=tests/languages
9+
coverage run -m pytest {posargs:tests} --ignore=tests/languages --durations=20
1010
coverage report --omit=pre_commit/languages/*,tests/languages/*
1111

1212
[testenv:pre-commit]

0 commit comments

Comments
 (0)