Skip to content

Commit be4cec5

Browse files
committed
Run go install before go vet.
See golang/go#16725
1 parent 300c4a4 commit be4cec5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ GO_PKGS := \
1919
default: test
2020

2121
test:
22+
go install ./...
2223
go test -v ./...
2324
go vet -x ./...
2425
${GOPATH}/bin/golint -set_exit_status ./...

0 commit comments

Comments
 (0)