From 5bcd28c5080fbfdfd84fee8e06d0a50005b58c02 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Wed, 29 Oct 2025 22:21:24 +0100 Subject: [PATCH] fix(ci): remove pre-target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 156a6f0..c30ac48 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ test/integration: go test -v -p 1 -count=1 -timeout 1200s ./it/... PHONY+=test/coverage -test/coverage: test/unit +test/coverage: CGO_ENABLED=0 \ GOPROXY=$(shell go env GOPROXY) \ go tool cover -func=coverage.txt