goreleaser: run tests

This commit is contained in:
criyle 2025-05-25 21:00:31 -04:00
parent d64158dc3a
commit 8c03485866
2 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,6 @@ jobs:
go-version: "1.24"
cache-dependency-path: |
go.sum
.goreleaser.yaml
- name: Remove unsupported tags
run: git tag -d $(git tag -l "pb/*")
- name: Run GoReleaser

View File

@ -9,6 +9,7 @@ before:
- go mod download
# you may remove this if you don't need go generate
- go generate ./cmd/...
- go test ./... -v
builds:
- main: ./cmd/go-judge
binary: go-judge