Skip to content

Commit

Permalink
make tests verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady committed Feb 16, 2022
1 parent 7d22f34 commit 2a5c1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ set -o pipefail

export GOGC=25

go test -race -timeout="25m" -coverprofile="coverage.out" -covermode="atomic" ./...
go test -v -race -timeout="25m" -coverprofile="coverage.out" -covermode="atomic" ./...

0 comments on commit 2a5c1b0

Please sign in to comment.