Skip to content

Commit e190ea2

Browse files
authored
Remove gotestfmt
1 parent 57fe809 commit e190ea2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@ jobs:
1818
uses: actions/setup-go@v4
1919
with:
2020
go-version: ${{ matrix.go-version }}
21-
- name: Set up gotestfmt
22-
run: go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
2321
- name: Test
2422
run: |
2523
set -euo pipefail
26-
go test -json -v ./... 2>&1 | gotestfmt -hide all
24+
go test ./...
2725
2826
debug:
2927
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)