Skip to content

Commit

Permalink
Add test to release
Browse files Browse the repository at this point in the history
  • Loading branch information
maetthu committed Oct 30, 2020
1 parent b4d4337 commit a513bbb
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:
with:
go-version: 1.15.x

- name: Run tests
run: go test -v ./...

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

0 comments on commit a513bbb

Please sign in to comment.