build(ci): add Go test summary (#1341)

This commit is contained in:
ze0s 2024-01-02 23:20:24 +01:00 committed by GitHub
parent 17795a004b
commit 29ee22a213
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,13 @@ jobs:
cache: true
- name: Test
run: go test -v ./... -tags=integration
run: go run gotest.tools/gotestsum@latest --junitfile unit-tests.xml --format pkgname -- ./... -tags=integration
- name: Test Summary
uses: test-summary/action@v2
with:
paths: "unit-tests.xml"
if: always()
goreleaserbuild:
name: Build distribution binaries