update script

This commit is contained in:
Akolzin Dmitry 2020-11-26 14:01:59 +03:00
parent 93a570b60e
commit dcd57d57a3

View file

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