mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
build(ci): add Go test summary (#1341)
This commit is contained in:
parent
17795a004b
commit
29ee22a213
1 changed files with 7 additions and 1 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
@ -83,7 +83,13 @@ jobs:
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
- name: Test
|
- 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:
|
goreleaserbuild:
|
||||||
name: Build distribution binaries
|
name: Build distribution binaries
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue