We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f982712 commit 2006ef1Copy full SHA for 2006ef1
.github/workflows/release.yml
@@ -16,6 +16,8 @@ jobs:
16
uses: actions/setup-go@v4
17
with:
18
go-version: '1.20'
19
+ - name: Run Go Tests
20
+ run: go test -v ./...
21
- name: Run GoReleaser
22
uses: goreleaser/goreleaser-action@v5
23
0 commit comments