Бодаюсь с тревисом

This commit is contained in:
Andrey Ivanov 2020-11-05 16:12:44 +03:00 committed by Andrey Ivanov
parent 37c193c324
commit 49554e9aa7

View File

@ -30,6 +30,7 @@ jobs:
install: go mod download
script:
- make lint
- make test
- make unit-test
- integration-test
- make build
if: (type = push) OR (type = pull_request)