Makefile: include tests from cmd directory

Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
This commit is contained in:
Damien Grisonnet 2021-03-10 16:48:33 +01:00
parent 7e11fe30ee
commit 737c8232e1

View file

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