Skip to content

Commit 57fe809

Browse files
authored
Update test.yml
1 parent d0b5b37 commit 57fe809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Test
2424
run: |
2525
set -euo pipefail
26-
go test -json -v ./... 2>&1 | gotestfmt
26+
go test -json -v ./... 2>&1 | gotestfmt -hide all
2727
2828
debug:
2929
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)