]> 127.0.0.1 Git - front/.git/commitdiff
1 v0.1.20241031175415
authorqydysky <qydysky@foxmail.com>
Thu, 31 Oct 2024 17:52:28 +0000 (01:52 +0800)
committerqydysky <qydysky@foxmail.com>
Thu, 31 Oct 2024 17:52:28 +0000 (01:52 +0800)
.github/workflows/main.yml

index e2af1da952bb0c03f1548dbd017047f04488bf86..8caf0529b3a0ccafe1b4d68183f719c5505aa515 100755 (executable)
@@ -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