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 57fe809 commit e190ea2Copy full SHA for e190ea2
.github/workflows/test.yml
@@ -18,12 +18,10 @@ jobs:
18
uses: actions/setup-go@v4
19
with:
20
go-version: ${{ matrix.go-version }}
21
- - name: Set up gotestfmt
22
- run: go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
23
- name: Test
24
run: |
25
set -euo pipefail
26
- go test -json -v ./... 2>&1 | gotestfmt -hide all
+ go test ./...
27
28
debug:
29
runs-on: ubuntu-latest
0 commit comments