update install dependencies

This commit is contained in:
Akolzin Dmitry 2020-11-26 13:59:10 +03:00
parent 3fc31ab7b7
commit 93a570b60e

View file

@ -32,6 +32,7 @@ jobs:
go get -v github.com/google/go-querystring/query
go get -v github.com/stretchr/testify/assert
go get -v github.com/joho/godotenv
go get -v github.com/h2non/gock
- name: Tests
run: go test -v ./... -cover -coverprofile=coverage.txt -covermode=atomic
- name: Coverage