mirror of
https://github.com/vale981/melpazoid
synced 2025-03-05 09:21:39 -05:00
build: output top-5 pytest durations
This commit is contained in:
parent
7ab49db4ae
commit
9e6b032b57
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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 .
|
||||
|
|
Loading…
Add table
Reference in a new issue