diff --git a/Makefile b/Makefile index a9a4b984..2f6e3050 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ vendor: go mod vendor test: - CGO_ENABLED=0 go test ./pkg/... + CGO_ENABLED=0 go test ./cmd/... ./pkg/... verify-gofmt: ./hack/gofmt-all.sh -v