Skip to content

Commit

Permalink
Merge pull request #2132 from panslava/unverbose-tests
Browse files Browse the repository at this point in the history
Remove running tests with verbose mode
  • Loading branch information
k8s-ci-robot authored May 23, 2023
2 parents 0a89313 + 720af8d commit 2373321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export CGO_ENABLED=0
TARGETS=$(for d in "$@"; do echo ./$d/...; done)

echo "Running tests:"
go test -v -installsuffix "static" ${TARGETS}
go test -installsuffix "static" ${TARGETS}
echo

echo -n "Checking gofmt: "
Expand Down

0 comments on commit 2373321

Please sign in to comment.