From a2365b1cce8c60ce088be8813d70c69c2de4ab62 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Fri, 18 Sep 2020 15:58:22 -0700 Subject: [PATCH] Remove `-count 1` from unit test running in module.sh --- hack/module.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/module.sh b/hack/module.sh index f8afdb95..665b9a34 100755 --- a/hack/module.sh +++ b/hack/module.sh @@ -35,7 +35,7 @@ function unittest_cmd() { else cmd='go test' fi - echo "${cmd} -count 1 -short -race ./..." + echo "${cmd} -short -race ./..." } function with_modules() {