Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 7169:5cbe5f2a636b
Add --durations=20 for detecting perf changes.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 25 Feb 2023 17:11:13 -0500 |
| parents | cc49ac11850f |
| children | 4e3abaa16296 |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Sat Feb 25 17:07:38 2023 -0500 +++ b/.github/workflows/ci-test.yml Sat Feb 25 17:11:13 2023 -0500 @@ -205,6 +205,7 @@ run: | if [[ "$PYTHON_VERSION" != "2."* ]]; then pytest -r a \ + --durations=20 \ -W default \ -W "ignore:SelectableGroups:DeprecationWarning" \ -W "ignore:the imp module:DeprecationWarning:gpg.gpgme:15" \
