Add go mod verify

This commit is contained in:
jar3b 2019-03-29 01:55:59 +03:00
parent c361152dba
commit 1917aafd6c

View File

@ -16,6 +16,7 @@ install:
script: script:
- go mod download - go mod download
- go mod verify
- diff -u <(echo -n) <(gofmt -d .) - diff -u <(echo -n) <(gofmt -d .)
- go test -v -race ./... - go test -v -race ./...
# Only build binaries from the latest Go release. # Only build binaries from the latest Go release.