From: qydysky Date: Thu, 31 Oct 2024 17:52:28 +0000 (+0800) Subject: 1 X-Git-Tag: v0.1.20241031175415 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=b53fa567aa7150ec4a14ebaf203369f89c0c5847;p=front%2F.git 1 --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e2af1da..8caf052 100755 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -77,6 +77,7 @@ jobs: run: | cd main go get . + go test -count 1 -timeout 30s -v . set CGO_ENABLED=0 go build -pgo=auto -v -buildmode=exe main.go @@ -113,6 +114,7 @@ jobs: run: | cd main go get . + go test -count 1 -timeout 30s -v . set CGO_ENABLED=0 go build -pgo=auto -v -buildmode=exe main.go