Remove go dependencies fetch to test need for it

This commit is contained in:
Marc Di Luzio 2020-07-06 18:10:02 +01:00
parent 75910efbe5
commit fc4fa3decf

View file

@ -23,10 +23,6 @@ jobs:
go-version: ^1.13 go-version: ^1.13
id: go id: go
- name: Get go dependencies
run: |
go get -v -t -d ./...
- name: Build and Test - name: Build and Test
run: make test run: make test