From 39512e6f9b08f8057c6056473cb34bcbcf29af66 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 22 Aug 2024 17:11:58 +0200 Subject: Exports: Initial tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 59e0556..e8d354b 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ clean: go clean coverage: - go test -v -coverpkg=./... -coverprofile=common.cov ./... + go test -tags=cgotesting -v -coverpkg=./... -coverprofile=common.cov ./... go tool cover -func common.cov sloc: -- cgit v1.2.3