From 851bcb0e717d27a3485ca9537291d51d8a54605a Mon Sep 17 00:00:00 2001 From: icey-yu <1186114839@qq.com> Date: Fri, 20 Sep 2024 14:16:14 +0800 Subject: [PATCH] fix: cicd --- .github/workflows/go-build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-build-test.yml b/.github/workflows/go-build-test.yml index 85d26c0d6..1ed8f0397 100644 --- a/.github/workflows/go-build-test.yml +++ b/.github/workflows/go-build-test.yml @@ -90,7 +90,7 @@ jobs: mage check go-test: - name: Test with go ${{ matrix.go_version }} on ${{ matrix.os }} + name: Benchmark Test with go ${{ matrix.go_version }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} permissions: contents: write