Skip to content

Commit 57d200f

Browse files
stp-ipthockin
authored andcommitted
Use vendor and build automatic build cache
1 parent 15d53f3 commit 57d200f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ set -o nounset
1919
set -o pipefail
2020

2121
export CGO_ENABLED=0
22+
export GOFLAGS="-mod=vendor"
2223

2324
TARGETS=$(for d in "$@"; do echo ./$d/...; done)
2425

2526
echo "Running tests:"
26-
go test -i -installsuffix "static" ${TARGETS}
2727
go test -installsuffix "static" ${TARGETS}
2828
echo
2929

0 commit comments

Comments
 (0)