mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
Merge pull request #382 from dgrisonnet/test
Makefile: include tests from cmd directory
This commit is contained in:
commit
7151cd83b9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -65,7 +65,7 @@ vendor:
|
||||||
go mod vendor
|
go mod vendor
|
||||||
|
|
||||||
test:
|
test:
|
||||||
CGO_ENABLED=0 go test ./pkg/...
|
CGO_ENABLED=0 go test ./cmd/... ./pkg/...
|
||||||
|
|
||||||
verify-gofmt:
|
verify-gofmt:
|
||||||
./hack/gofmt-all.sh -v
|
./hack/gofmt-all.sh -v
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue