iptools: set test size

This commit is contained in:
Kyle Isom 2023-05-05 22:25:53 -07:00
parent a53d392ed8
commit 4dc39646fe
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ go_library(
], ],
importpath = "git.wntrmute.dev/kyle/kdhcp/iptools", importpath = "git.wntrmute.dev/kyle/kdhcp/iptools",
visibility = ["//visibility:public"], visibility = ["//visibility:public"],
deps = ["@dev_wntrmute_git_kyle_goutils//assert"],
) )
go_test( go_test(
@ -21,4 +22,5 @@ go_test(
"range_test.go", "range_test.go",
], ],
embed = [":iptools"], embed = [":iptools"],
size = "small",
) )