mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
[build] add a test target
This commit adds a target for running `go test`.
This commit is contained in:
parent
91bc1dcd71
commit
88b3531ef5
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -51,3 +51,6 @@ push: ./manifest-tool $(addprefix push-,$(ALL_ARCH))
|
|||
|
||||
vendor: glide.lock
|
||||
glide install -v
|
||||
|
||||
test: vendor
|
||||
CGO_ENABLED=0 go test ./pkg/...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue