Merge pull request #382 from dgrisonnet/test

Makefile: include tests from cmd directory
This commit is contained in:
Kubernetes Prow Robot 2021-03-25 10:15:29 -07:00 committed by GitHub
commit 7151cd83b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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