From ee176ff8fc0207c46a6344a8b9f09acc8ee15ace Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Mon, 30 Mar 2020 13:16:53 +0200 Subject: [PATCH] Fix the job names in the Github workflow Signed-off-by: Cosmin Cojocar --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d8cfd82..48b36a2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: with: args: make test coverage: - needs: [tests-go-1-14, test-go-1-13, test-go-1-12] + needs: [tests-go-1-14, tests-go-1-13, tests-go-1-12] runs-on: ubuntu-latest env: GO111MODULE: on