Add verify-gofmt as a Bazel test.

Also, moved --flaky_test_attempts=3 out of .bazelrc since it was annoying.
This commit is contained in:
Joe Finney
2017-02-10 16:58:08 -08:00
parent a6952bc9e5
commit 27cc32b84e
4 changed files with 23 additions and 11 deletions

View File

@@ -500,7 +500,7 @@ endef
@echo "$$BAZEL_TEST_HELP_INFO"
else
bazel-test:
bazel test //cmd/... //pkg/... //federation/... //plugin/... //third_party/... //hack/... //hack:verify-all
bazel test --flaky_test_attempts=3 //cmd/... //pkg/... //federation/... //plugin/... //third_party/... //hack/... //hack:verify-all
endif
ifeq ($(PRINT_HELP),y)