Skip to content

Commit f75fe5b

Browse files
committed
test releaser
1 parent 26f6375 commit f75fe5b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/test.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,22 @@ jobs:
4747
- name: test race
4848
run: go test -v -race ./...
4949

50+
release-test:
51+
runs-on: ubuntu-latest
52+
needs: vendor
53+
steps:
54+
- uses: actions/setup-go@v2
55+
with:
56+
go-version: 1.14.x
57+
- uses: actions/download-artifact@v2
58+
with:
59+
name: repository
60+
path: .
61+
- name: release (dry-run)
62+
uses: goreleaser/goreleaser-action@v2
63+
with:
64+
args: release --rm-dist --skip-publish --snapshot
65+
5066
cover:
5167
runs-on: ubuntu-latest
5268
needs: vendor

0 commit comments

Comments
 (0)