From 3a1fa1206f6836e352b2dad17742e5e306f8c2b3 Mon Sep 17 00:00:00 2001 From: Andres Osorio Date: Tue, 16 Jan 2024 09:21:20 -0500 Subject: [PATCH] fixup! Fix windows build --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 01057a1..7f6a3bf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -85,7 +85,7 @@ jobs: steps: - install-go - checkout - - run: "eval $(grep 'go test ' Makefile | grep -v '-race')" + - run: "eval $(grep 'GOCOVERDIR=. go test ' Makefile)" - save-coverage "test":