bazel: set test size on pkg/resources

This commit is contained in:
Justin Santa Barbara 2017-10-22 16:54:12 -04:00
parent 5b08c36cbb
commit badef7b056
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ go_library(
go_test(
name = "go_default_test",
size = "small",
srcs = [
"aws_test.go",
"gce_test.go",

View File

@ -15,6 +15,7 @@ go_library(
go_test(
name = "go_default_test",
size = "small",
srcs = ["dns_test.go"],
library = ":go_default_library",
deps = [