Add go mod verify
This commit is contained in:
parent
c361152dba
commit
1917aafd6c
@ -16,6 +16,7 @@ install:
|
||||
|
||||
script:
|
||||
- go mod download
|
||||
- go mod verify
|
||||
- diff -u <(echo -n) <(gofmt -d .)
|
||||
- go test -v -race ./...
|
||||
# Only build binaries from the latest Go release.
|
||||
|
Loading…
x
Reference in New Issue
Block a user