mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
8 lines
No EOL
108 B
Makefile
8 lines
No EOL
108 B
Makefile
all: test
|
|
|
|
test:
|
|
go vet .
|
|
go test -cover -v .
|
|
|
|
ex:
|
|
cd examples && ls *.go | xargs go build -o /tmp/ignore
|