Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jak103 authored Jun 20, 2024
1 parent d87af9a commit 9dc20e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9dc20e0

Please sign in to comment.