Skip to content

Commit

Permalink
💚 CIビルド時にテスト工程追加
Browse files Browse the repository at this point in the history
  • Loading branch information
toriwasa committed Oct 29, 2023
1 parent f982712 commit 2006ef1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Run Go Tests
run: go test -v ./...
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit 2006ef1

Please sign in to comment.