ci: added goreleaser snapshot to test workflow
This commit is contained in:
@@ -21,6 +21,8 @@ jobs:
|
||||
with:
|
||||
go-version: 1.17
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
go test ./...
|
||||
- name: Run GoReleaser Snapshot
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
with:
|
||||
version: latest
|
||||
args: build --snapshot --rm-dist
|
||||
|
||||
Reference in New Issue
Block a user