diff --git a/.travis.yml b/.travis.yml index d6c5b30..3879eb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)