Skip to content

Commit

Permalink
Run tests as part of release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hrs committed Jun 11, 2023
1 parent 21e8fad commit b84381c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
go-version: 1.19
id: go

- name: Run tests
run: 'make && make test'

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

0 comments on commit b84381c

Please # to comment.