Compare commits

...

2 Commits

Author SHA1 Message Date
Christian Banse 2da29a669a forgot variable 2022-12-03 20:50:05 +01:00
Christian Banse d053d71a6d Added GitHub Actions Markdown 2022-12-03 20:48:14 +01:00
1 changed files with 2 additions and 1 deletions

View File

@ -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 ./...