Skip to content

Commit

Permalink
chore: add goreleaser build to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens committed Oct 30, 2023
1 parent 14a47a2 commit c00d8fb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,11 @@ jobs:
- run: make fmtcheck
- run: make vet
- run: make static-analysis

- name: Run GoReleaser in build mode to test all release platforms
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: build --snapshot

- run: make test

0 comments on commit c00d8fb

Please sign in to comment.