Fix the job names in the Github workflow

Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
This commit is contained in:
Cosmin Cojocar 2020-03-30 13:16:53 +02:00
parent cabccc75ef
commit ee176ff8fc

View file

@ -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