From 1e1cc127e2d38d798f9ad25cc8fed3b4d21d15c1 Mon Sep 17 00:00:00 2001 From: Jesse Schmidt Date: Thu, 11 Jan 2024 11:55:18 -0600 Subject: [PATCH] rm comment --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 3ed0c22..33adb6d 100644 --- a/Makefile +++ b/Makefile @@ -64,8 +64,6 @@ test: integration unit integration: dependencies mkdir -p $(COV_INTEGRATION_DIR) || true go test -tags=integration -timeout 30m - # go tool covdata merge -i=$(COV_INTEGRATION_DIR) -o=$(COVERAGE_DIR) - .PHONY: unit unit: dependencies