Skip to content

Commit

Permalink
Improve output
Browse files Browse the repository at this point in the history
  • Loading branch information
const-cloudinary committed Jan 29, 2025
1 parent 7eabdda commit ef70927
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,11 @@ jobs:
run: go install gotest.tools/gotestsum@latest

- name: Run tests
run: gotestsum --format short -- ./...
run: |
gotestsum --junitfile unit-tests.xml --format pkgname ./...
- name: Test Summary
uses: test-summary/action@v2
with:
paths: "unit-tests.xml"
if: always()

0 comments on commit ef70927

Please sign in to comment.