From 7ed17882dff9fe6b88afcdb3368e652d7df0d033 Mon Sep 17 00:00:00 2001 From: sneak Date: Tue, 1 Feb 2022 22:49:55 -0800 Subject: [PATCH] ci debugging --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8e17306..b241132 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ devprereqs: which golangci-lint || go install -v github.com/golangci/golangci-lint/cmd/golangci-lint@latest mfer: $(PROTOC_GEN_GO) src/*.go cmd/*/*.go + -find $(GOPATH) cd proto && go generate . cd cmd/mfer && go build -o ../../mfer $(GOFLAGS) .