Add go mod verify
This commit is contained in:
parent
c361152dba
commit
1917aafd6c
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user