From f73125cbcd3ca36e4a12a45751e235e781d5a55e Mon Sep 17 00:00:00 2001 From: Mechiel Lukkien Date: Fri, 16 Jun 2023 12:55:57 +0200 Subject: [PATCH] restore checking integration_test.go with go vet --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8657348..56c3cb3 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ default: build build: # build early to catch syntax errors CGO_ENABLED=0 go build - CGO_ENABLED=0 go vet -tags quickstart ./... + CGO_ENABLED=0 go vet -tags integration ./... CGO_ENABLED=0 go vet -tags quickstart quickstart_test.go ./gendoc.sh (cd http && CGO_ENABLED=0 go run ../vendor/github.com/mjl-/sherpadoc/cmd/sherpadoc/*.go -adjust-function-names none Admin) >http/adminapi.json