mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
report slowest test
This commit is contained in:
parent
1070c866f3
commit
9abeeac73a
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ CHECKDEPS := $(shell find anki tests -name '*.py' | grep -v buildhash.py)
|
||||||
@touch $@
|
@touch $@
|
||||||
|
|
||||||
.build/test: $(CHECKDEPS)
|
.build/test: $(CHECKDEPS)
|
||||||
python -m pytest
|
python -m pytest --durations=1
|
||||||
@touch $@
|
@touch $@
|
||||||
|
|
||||||
.build/lint: $(CHECKDEPS)
|
.build/lint: $(CHECKDEPS)
|
||||||
|
|
Loading…
Reference in a new issue