From 2006ef1519950c1f89d7d2ed819cea35db57158e Mon Sep 17 00:00:00 2001 From: toriwasa Date: Sun, 29 Oct 2023 08:36:05 +0000 Subject: [PATCH] =?UTF-8?q?:green=5Fheart:=20CI=E3=83=93=E3=83=AB=E3=83=89?= =?UTF-8?q?=E6=99=82=E3=81=AB=E3=83=86=E3=82=B9=E3=83=88=E5=B7=A5=E7=A8=8B?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a86612a..d092ee5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: