mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
Makefile: include tests from cmd directory
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
This commit is contained in:
parent
7e11fe30ee
commit
737c8232e1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -65,7 +65,7 @@ vendor:
|
|||
go mod vendor
|
||||
|
||||
test:
|
||||
CGO_ENABLED=0 go test ./pkg/...
|
||||
CGO_ENABLED=0 go test ./cmd/... ./pkg/...
|
||||
|
||||
verify-gofmt:
|
||||
./hack/gofmt-all.sh -v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue