Skip to content

Commit

Permalink
Use gocolor in CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoryv committed Oct 15, 2023
1 parent 9b8375a commit b287724
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 @@ -22,4 +22,6 @@ jobs:
run: go install -v ./cmd/tt

- name: Test
run: go test -v ./...
run: |
go install github.com/gregoryv/gocolor/cmd/gocolor@latest
go test -v ./... | gocolor

0 comments on commit b287724

Please sign in to comment.