diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e27ad4e0..b7508f45 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -24,8 +24,10 @@ jobs: go-version: '1.22.3' cache-dependency-path: backend/go.sum + - run: go install github.com/mfridman/tparse@latest + - name: Build run: cd backend && go build -v ./... - name: Test - run: cd backend && go test -v ./... + run: cd backend && go test fmt -json -v ./... | tparse -all