From ba46b8c28821719bd79ab58b64f0b75d115c01a4 Mon Sep 17 00:00:00 2001 From: Alena Prokharchyk Date: Thu, 28 Mar 2019 17:19:56 -0700 Subject: [PATCH] test commit --- scripts/test | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/test b/scripts/test index 78d0797a..d005aba0 100755 --- a/scripts/test +++ b/scripts/test @@ -9,3 +9,4 @@ PACKAGES=". $(find -name '*.go' | xargs -I{} dirname {} | cut -f2 -d/ | sort -u [ "${ARCH}" == "amd64" ] && RACE=-race go test ${RACE} -cover -tags=test ${PACKAGES} +