Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
waynezhang authored Jan 2, 2024
1 parent 185ba57 commit 927bc3f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,14 @@ jobs:
with:
go-version: 1.21.5

- name: Prepare tparse
run: |
go install github.com/mfridman/tparse@latest
- name: Run tests
uses: robherley/[email protected]
run: |
go test ./... -json -cover | tee ./go-test.out | tparse -all
- name: Add Summary
run: |
tparse -file ./go-test.out -format markdown >> $GITHUB_STEP_SUMMARY

0 comments on commit 927bc3f

Please sign in to comment.