Skip to content

Commit d0b5b37

Browse files
authored
Update gotestfmt
1 parent bb2a3e5 commit d0b5b37

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 ./... | gotestfmt
26+
go test -json -v ./... 2>&1 | gotestfmt
2727
2828
debug:
2929
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)