We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d53f3 commit 57d200fCopy full SHA for 57d200f
build/test.sh
@@ -19,11 +19,11 @@ set -o nounset
19
set -o pipefail
20
21
export CGO_ENABLED=0
22
+export GOFLAGS="-mod=vendor"
23
24
TARGETS=$(for d in "$@"; do echo ./$d/...; done)
25
26
echo "Running tests:"
-go test -i -installsuffix "static" ${TARGETS}
27
go test -installsuffix "static" ${TARGETS}
28
echo
29
0 commit comments