Skip to content

Commit 79dbc39

Browse files
committed
Print the test output during execution
1 parent b9341e4 commit 79dbc39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# ECR_ACCESS_KEY: ${{ secrets.ECR_ACCESS_KEY }}
6767
# ECR_SECRET_KEY: ${{ secrets.ECR_SECRET_KEY }}
6868
- name: Test
69-
run: go install gotest.tools/gotestsum@latest; gotestsum --junitfile results.xml -- -timeout 0 -json ./...
69+
run: go install gotest.tools/gotestsum@latest; gotestsum --junitfile results.xml -- -v -timeout 0 -json ./...
7070
shell: bash
7171
env:
7272
LICENSE: ${{ secrets.LICENSE }}

0 commit comments

Comments
 (0)