Merge pull request #341 from porridge/drop-cover

Do not run coverage check in the default target.
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-02-24 13:09:53 -03:00 committed by GitHub
commit 0134715b1c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
all: fmt lint vet cover
all: fmt lint vet
BUILDTAGS=