This commit is contained in:
parent
117565a63f
commit
85a714b65f
2 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version: 1.20
|
go-version: 1.20
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: go test./...
|
run: go test ./...
|
||||||
- name: Run GoReleaser
|
- name: Run GoReleaser
|
||||||
uses: https://github.com/goreleaser/goreleaser-action@v4
|
uses: https://github.com/goreleaser/goreleaser-action@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue