fixes from review

Signed-off-by: Roi Teveth <roytev@gmail.com>
This commit is contained in:
roytev
2022-02-08 10:47:55 +02:00
parent e4ab1da942
commit 7db2a3e28c
4 changed files with 6 additions and 6 deletions

View File

@@ -9,6 +9,8 @@ OUT := $(shell pwd)/_out
KUBE_VERSION=1.21.2
$(shell mkdir -p "$(OUT)")
export TEST_ASSET_ETCD=_test/kubebuilder/bin/etcd
export TEST_ASSET_KUBE_APISERVER=_test/kubebuilder/bin/kube-apiserver
test: _test/kubebuilder
go test -v .