From cfc82f7df8b94143e27fcc9248f0be152de483a6 Mon Sep 17 00:00:00 2001 From: jkoberg Date: Fri, 15 Oct 2021 13:52:10 +0200 Subject: [PATCH] lame mans way to get the build running --- .make/go.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/.make/go.mk b/.make/go.mk index 9469448bd5..3da4754f80 100644 --- a/.make/go.mk +++ b/.make/go.mk @@ -78,6 +78,7 @@ ci-golangci-lint: $(GOLANGCI_LINT) .PHONY: test test: + @make -C ../ generate @go test -v -coverprofile coverage.out ./... .PHONY: go-coverage