Remove go dependencies fetch to test need for it
This commit is contained in:
parent
75910efbe5
commit
fc4fa3decf
1 changed files with 0 additions and 4 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -23,10 +23,6 @@ jobs:
|
|||
go-version: ^1.13
|
||||
id: go
|
||||
|
||||
- name: Get go dependencies
|
||||
run: |
|
||||
go get -v -t -d ./...
|
||||
|
||||
- name: Build and Test
|
||||
run: make test
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue