Skip to content

Commit 2006ef1

Browse files
committed
💚 CIビルド時にテスト工程追加
1 parent f982712 commit 2006ef1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
uses: actions/setup-go@v4
1717
with:
1818
go-version: '1.20'
19+
- name: Run Go Tests
20+
run: go test -v ./...
1921
- name: Run GoReleaser
2022
uses: goreleaser/goreleaser-action@v5
2123
with:

0 commit comments

Comments
 (0)