Commit a7c325f7 authored by deads2k's avatar deads2k

restore unit testing for the staging repos

parent 17fc371d
...@@ -55,6 +55,8 @@ make generated_files ...@@ -55,6 +55,8 @@ make generated_files
go install ./cmd/... go install ./cmd/...
./hack/install-etcd.sh ./hack/install-etcd.sh
# bazel didn't like BUILD files in the staging repos, so we need to run unit tests
make test WHAT="./vendor/k8s.io/apimachinery/... ./vendor/k8s.io/apiserver/... ./vendor/k8s.io/client-go/..."
make test-cmd make test-cmd
make test-integration make test-integration
./hack/test-update-storage-objects.sh ./hack/test-update-storage-objects.sh
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment