Simply bazel test using exclude pattern

This commit is contained in:
Justin SB 2019-04-20 20:19:37 -04:00
parent a8a1f7e33d
commit a059c0756c
No known key found for this signature in database
GPG Key ID: 8DEC5C8217494E37
1 changed files with 1 additions and 1 deletions

View File

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