Skip to content

Commit

Permalink
Check goreleaser config in CI github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk authored and ejoffe committed Jul 8, 2023
1 parent 4a7e077 commit c667e7e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ jobs:
- name: Test
working-directory: ./
run: go test -race -coverprofile=./coverage.txt -covermode=atomic ./...


- name: Check goreleaser file
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: check

#- name: Upload coverage
# uses: codecov/codecov-action@v2
# with:
Expand Down

0 comments on commit c667e7e

Please sign in to comment.