Skip to content

Commit

Permalink
test releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoh86 committed Jun 28, 2020
1 parent d6f1ee3 commit 8eeced1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,22 @@ jobs:
- name: test race
run: go test -v -race ./...

release-test:
runs-on: ubuntu-latest
needs: vendor
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.14.x
- uses: actions/download-artifact@v2
with:
name: repository
path: .
- name: release (dry-run)
uses: goreleaser/goreleaser-action@v2
with:
args: release --rm-dist --skip-publish --snapshot

cover:
runs-on: ubuntu-latest
needs: vendor
Expand Down

0 comments on commit 8eeced1

Please sign in to comment.