We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9341e4 commit 79dbc39Copy full SHA for 79dbc39
.github/workflows/go.yml
@@ -66,7 +66,7 @@ jobs:
66
# ECR_ACCESS_KEY: ${{ secrets.ECR_ACCESS_KEY }}
67
# ECR_SECRET_KEY: ${{ secrets.ECR_SECRET_KEY }}
68
- name: Test
69
- run: go install gotest.tools/gotestsum@latest; gotestsum --junitfile results.xml -- -timeout 0 -json ./...
+ run: go install gotest.tools/gotestsum@latest; gotestsum --junitfile results.xml -- -v -timeout 0 -json ./...
70
shell: bash
71
env:
72
LICENSE: ${{ secrets.LICENSE }}
0 commit comments