Skip to content

Commit

Permalink
chores: format test output
Browse files Browse the repository at this point in the history
  • Loading branch information
mgufrone committed Oct 30, 2023
1 parent 9b0c983 commit 297345b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
# with:
# version: v1.55
- name: Run Unit tests
shell: bash -xe
run: |
go test -race -coverpkg ./... -coverprofile=profile.cov ./...
go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
go test -race -json -v -coverpkg ./... -coverprofile=coverprofile.txt ./... 2>&1 | tee /tmp/gotest.log | gotestfmts
- name: Check coverage
run: |
cat profile.cov
Expand Down

0 comments on commit 297345b

Please sign in to comment.