Skip to content

Commit

Permalink
Added GitHub Actions Markdown (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Feb 19, 2023
1 parent 9358574 commit 4fd5621
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ jobs:
run: |
go install github.com/mfridman/tparse@latest
go vet ./...
go test -v -race -count=1 -json -coverpkg=$(go list ./...) ./... | tparse -follow -notests
go test -v -race -count=1 -json -coverpkg=$(go list ./...) ./... | tee output.json | tparse -follow -notests || true
tparse -format markdown -file output.json -all > $GITHUB_STEP_SUMMARY
go build ./...

0 comments on commit 4fd5621

Please sign in to comment.