Complain about improperly sized tests (#2873)

This commit is contained in:
Preston Van Loon
2019-06-30 12:00:22 -04:00
committed by terence tsao
parent 72139c41ea
commit f12fdfda0f
44 changed files with 49 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ go_binary(
go_test(
name = "go_default_test",
size = "small",
srcs = ["server_test.go"],
embed = [":go_default_library"],
deps = ["//proto/cluster:go_default_library"],