diff --git a/.github/workflows/go-build-test.yml b/.github/workflows/go-build-test.yml index 50a97c4c7..f393e003c 100644 --- a/.github/workflows/go-build-test.yml +++ b/.github/workflows/go-build-test.yml @@ -39,7 +39,7 @@ jobs: # TODO: add coverage test 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