Skip to content

Commit

Permalink
Extended workflow to run first test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrusme committed Sep 3, 2022
1 parent 6d108ca commit 4e2c08e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
with:
go-version: 1.18

- name: Test
run: |
go test ./store
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
Expand Down

0 comments on commit 4e2c08e

Please sign in to comment.