mirror of
https://github.com/criyle/go-judge.git
synced 2025-11-04 14:50:02 +08:00
goreleaser: run tests
This commit is contained in:
parent
d64158dc3a
commit
8c03485866
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user