Skip to content

Commit

Permalink
enable verbose mode in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pzak committed Feb 1, 2025
1 parent b0aa823 commit 623ec22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ commands:
steps:
- run: echo 'export RACE="$RACE -ldflags=-extldflags=-Wl,-ld_classic"' >> $BASH_ENV
- run: |
GOARCH=<< parameters.arch >> ./<< parameters.gotestsum >> -- ${RACE} -short -v ./...
GOARCH=<< parameters.arch >> ./<< parameters.gotestsum >> --format standard-verbose -- ${RACE} -short ./...
package-build:
parameters:
type:
Expand Down

0 comments on commit 623ec22

Please sign in to comment.