mirror of https://github.com/golang-jwt/jwt.git
Added GitHub Actions Markdown (#260)
This commit is contained in:
parent
9358574a7a
commit
4fd5621d8d
|
@ -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 ./...
|
||||
|
|
Loading…
Reference in New Issue