From 2752f708caa612452856a90812df8a023418fb85 Mon Sep 17 00:00:00 2001 From: DemanWei <115411915+DemanWei@users.noreply.github.com> Date: Sat, 8 Jul 2023 23:12:49 +0800 Subject: [PATCH] fix go test (#702) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 72cb6a61..fc928980 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ GO_LICENSE_CHECKER = $(GO_PATH)/bin/license-header-checker LICENSE_DIR = /tmp/tools/license unit-test: - go test ./pkg/... ./third_party/... -coverprofile=coverage.txt -covermode=atomic + go test ./pkg/... -coverprofile=coverage.txt -covermode=atomic # Generate binaries for a Cortex release dist dist/arana-linux-amd64 dist/arana-darwin-amd64 dist/arana-linux-amd64-sha-256 dist/arana-darwin-amd64-sha-256: