mirror of
https://github.com/prometheus/node_exporter
synced 2025-01-08 22:49:47 +00:00
Run go vet during CI
This commit is contained in:
parent
7e2b65f942
commit
07e4ca8aa7
@ -8,8 +8,10 @@ go:
|
||||
|
||||
install:
|
||||
- go get -d
|
||||
- go get golang.org/x/tools/cmd/vet
|
||||
|
||||
script:
|
||||
- go vet
|
||||
- go test -v ./...
|
||||
- go build
|
||||
- ./end-to-end-test.sh -v
|
||||
|
Loading…
Reference in New Issue
Block a user