From 759e14d3600a8a718100465f984be4c72b8a3a35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Pokorn=C3=BD?= Date: Sun, 10 Dec 2023 15:26:42 +0100 Subject: [PATCH] fix test name --- .github/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 59b30d6..ba05151 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -14,7 +14,7 @@ jobs: uses: ./.github/workflows/go-build.yaml test: - name: "Go: Build" + name: "Go: Test`" uses: ./.github/workflows/go-test.yaml secrets: inherit