Merge pull request #341 from porridge/drop-cover
Do not run coverage check in the default target.
This commit is contained in:
commit
0134715b1c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
all: fmt lint vet cover
|
||||
all: fmt lint vet
|
||||
|
||||
BUILDTAGS=
|
||||
|
||||
|
|
Loading…
Reference in a new issue