mirror of https://github.com/kubernetes/kops.git
Simply bazel test using exclude pattern
This commit is contained in:
parent
a8a1f7e33d
commit
a059c0756c
2
Makefile
2
Makefile
|
@ -663,7 +663,7 @@ kops-server-push: kops-server-build
|
|||
|
||||
.PHONY: bazel-test
|
||||
bazel-test:
|
||||
bazel ${BAZEL_OPTIONS} test //cmd/... //pkg/... //channels/... //nodeup/... //protokube/... //dns-controller/... //tests/... //upup/... //util/... //hack:verify-all --test_output=errors
|
||||
bazel ${BAZEL_OPTIONS} test --test_output=errors -- //... -//vendor/...
|
||||
|
||||
.PHONY: bazel-build
|
||||
bazel-build:
|
||||
|
|
Loading…
Reference in New Issue