build: output top-5 pytest durations

This commit is contained in:
riscy 2021-08-27 22:41:02 -07:00
parent 7ab49db4ae
commit 9e6b032b57

View file

@ -21,5 +21,5 @@ image:
.PHONY: test-melpazoid
test-melpazoid:
mypy --non-interactive --install-types melpazoid
pytest --doctest-modules
pytest --doctest-modules --durations=5
black -S --check .