From fa853ce01d54445406cfd8e2a57b6eb767ecd05a Mon Sep 17 00:00:00 2001 From: wangtianqi <1350217033@qq.com> Date: Wed, 25 Jun 2025 15:15:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8D=95=E5=85=83=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E5=86=B2=E7=AA=81=EF=BC=8C=E7=A7=BB=E9=99=A4=E4=BA=86?= =?UTF-8?q?=20-race=20=E5=8F=82=E6=95=B0=20=E4=BF=9D=E6=8C=81=20CGO=5FENAB?= =?UTF-8?q?LED=3D0=20=E7=94=A8=E4=BA=8E=E7=BC=96=E8=AF=91=E9=98=B6?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index de1539e..9e23d22 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -111,7 +111,7 @@ pipeline { echo 'πŸ§ͺ θΏθ‘Œε•ε…ƒζ΅‹θ―•...' sh ''' echo "θΏθ‘Œζ΅‹θ―•εΉΆη”Ÿζˆθ¦†η›–ηŽ‡ζŠ₯ε‘Š..." - go test -v -race -coverprofile=coverage.out -covermode=atomic ./... + go test -v -coverprofile=coverage.out -covermode=atomic ./... echo "η”ŸζˆHTMLθ¦†η›–ηŽ‡ζŠ₯ε‘Š..." go tool cover -html=coverage.out -o coverage.html