Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhiljohn10 committed Nov 25, 2022
1 parent 78fecd5 commit 444745f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
go-version: ">=1.19.3"
cache: true

- name: Go Module Setup
run: go mod tidy

- name: Go Test
run: go test -v -cover ./...

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
Expand Down

0 comments on commit 444745f

Please sign in to comment.