Skip to content

Commit

Permalink
add test to Makefile for accurate reults
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitris committed Jul 25, 2018
1 parent 6ea870e commit 0969966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ VETARGS?=-asmdecl -atomic -bool -buildtags -copylocks -methods \
-nilfunc -rangeloops -shift -structtags -unsafeptr
#-printf

all: deps format
all: deps format build

cov:
gocov test | gocov-html > /tmp/coverage.html
Expand Down Expand Up @@ -51,4 +51,4 @@ vet:
echo "and fix them if necessary before submitting the code for reviewal."; \
fi

.PHONY: all cov deps build test vet web web-push
.PHONY: all cov deps build test vet web web-push

0 comments on commit 0969966

Please sign in to comment.