Merge pull request #2512 from ashish-amarnath/revert-verbose-test

🏃‍♂️ Revert verbosity of tests
This commit is contained in:
Nolan Brubaker
2020-05-06 20:51:16 -04:00
committed by GitHub

View File

@@ -35,5 +35,5 @@ if [[ -n "${GOFLAGS:-}" ]]; then
echo "GOFLAGS: ${GOFLAGS}"
fi
go test -installsuffix "static" -timeout 60s -v "${TARGETS[@]}"
go test -installsuffix "static" -timeout 60s "${TARGETS[@]}"
echo "Success!"