From c81db0f0ac986db6c35999133b5a21a0f3fb14ff Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Thu, 14 Mar 2024 10:28:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B5=8B=E8=AF=95=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/test.sh b/build/test.sh index e7c183d..fb7bbda 100755 --- a/build/test.sh +++ b/build/test.sh @@ -6,6 +6,9 @@ if [ -z "$TAG" ]; then TAG="community" fi +# stop node +go run -tags=${TAG} ../cmd/edge-node/main.go stop + # reference: https://pkg.go.dev/cmd/go/internal/test go clean -testcache go test -timeout 10s -tags="${TAG}" -cover ../... \ No newline at end of file