From cc1af631f0efd018645995be684677a2470f419d Mon Sep 17 00:00:00 2001 From: ZacharyZcR <2903735704@qq.com> Date: Mon, 1 Jun 2026 08:40:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20CI=20=E6=B5=8B=E8=AF=95=E6=8E=92?= =?UTF-8?q?=E9=99=A4=E8=B7=AF=E5=BE=84=20mylib=20=E2=86=92=20libs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index a72eab5..b31f5a0 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -125,7 +125,7 @@ jobs: - name: 运行测试 run: | # 排除第三方grdp库测试(存在环境依赖问题) - PKGS=$(go list ./... | grep -v '/mylib/grdp/') + PKGS=$(go list ./... | grep -v '/libs/grdp/') go test -vet=off -race -coverprofile=coverage.out -covermode=atomic $PKGS - name: 上传覆盖率