run unit tests on travis

This commit is contained in:
Sergey Dudoladov 2020-04-29 09:30:55 +02:00
parent 0016ebf7df
commit b4bb5d1cf6
1 changed files with 1 additions and 0 deletions

View File

@ -19,4 +19,5 @@ install:
script:
- hack/verify-codegen.sh
- travis_wait 20 goveralls -service=travis-ci -package ./pkg/... -v
- go test ./...
- make e2e