Merge pull request #155 from WJQSERVER-STUDIO/dev
Some checks failed
Build / prepare (push) Has been cancelled
Build / build (amd64, darwin) (push) Has been cancelled
Build / build (amd64, freebsd) (push) Has been cancelled
Build / build (amd64, linux) (push) Has been cancelled
Build / build (arm64, darwin) (push) Has been cancelled
Build / build (arm64, freebsd) (push) Has been cancelled
Build / build (arm64, linux) (push) Has been cancelled
Build / docker (push) Has been cancelled

remove test
This commit is contained in:
WJQSERVER 2025-07-29 23:45:49 +08:00 committed by GitHub
commit 4b3f8e1018
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 13 deletions

View file

@ -68,12 +68,6 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- name: 测试
env:
GOOS: ${{ matrix.goos }}
GOARCH: ${{ matrix.goarch }}
run: |
go test ./..
- name: 编译
env:
GOOS: ${{ matrix.goos }}

View file

@ -69,12 +69,6 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- name: 测试
env:
GOOS: ${{ matrix.goos }}
GOARCH: ${{ matrix.goarch }}
run: |
go test ./..
- name: 编译
env:
GOOS: ${{ matrix.goos }}