Added GitHub Actions Markdown

This commit is contained in:
Christian Banse 2022-12-03 20:48:14 +01:00
parent 2f0984a28b
commit d053d71a6d
1 changed files with 2 additions and 1 deletions

View File

@ -46,5 +46,6 @@ jobs:
run: | run: |
go install github.com/mfridman/tparse@latest go install github.com/mfridman/tparse@latest
go vet ./... 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
go build ./... go build ./...