Defer builds to test-cmd and test-integration targets

This commit is contained in:
Jordan Liggitt 2023-01-28 12:23:25 -05:00
parent f97d14c6c8
commit 7cc6b724ab
No known key found for this signature in database

View File

@ -47,7 +47,6 @@ export LOG_LEVEL=4
cd "${GOPATH}/src/k8s.io/kubernetes"
go install ./cmd/...
./hack/install-etcd.sh
make test-cmd