Skip to content

Commit ae47f74

Browse files
committed
Stop running 'go test -i' - Go caches builds itself now
Signed-off-by: Bryan Boreham <[email protected]>
1 parent 6a79b84 commit ae47f74

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ fi
100100

101101
PACKAGE_BASE=$(go list -e ./)
102102

103-
# Speed up the tests by compiling and installing their dependencies first.
104-
go test -i "${GO_TEST_ARGS[@]}" "${TESTDIRS[@]}"
105-
106103
run_test() {
107104
local dir=$1
108105
if [ -z "$NO_GO_GET" ]; then

0 commit comments

Comments
 (0)