We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb2a3e5 commit d0b5b37Copy full SHA for d0b5b37
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Test
24
run: |
25
set -euo pipefail
26
- go test ./... | gotestfmt
+ go test -json -v ./... 2>&1 | gotestfmt
27
28
debug:
29
runs-on: ubuntu-latest
0 commit comments