travis: adjust test command

This commit is contained in:
c9s 2020-10-12 22:46:40 +08:00
parent 6398f049d0
commit 59af43affd

View File

@ -6,4 +6,4 @@ go:
before_script:
- go mod download
script:
- go test -v ./...
- go test -v ./pkg/...