Improved testing

This commit is contained in:
2017-10-02 00:01:01 +02:00
parent b45af0eaf9
commit 1101dafc90
4 changed files with 8 additions and 4 deletions

View File

@ -23,7 +23,7 @@ js:
install:
$(GOINSTALL)
test:
$(GOTEST)
$(GOTEST) github.com/animenotifier/... -v
bench:
$(GOTEST) -bench .
tools: