Skip to content

Commit 4b3f8e1

Browse files
authored
Merge pull request #155 from WJQSERVER-STUDIO/dev
remove test
2 parents 078e556 + 44f28e5 commit 4b3f8e1

3 files changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/build-dev.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,6 @@ jobs:
6868
uses: actions/setup-go@v3
6969
with:
7070
go-version: ${{ env.GO_VERSION }}
71-
- name: 测试
72-
env:
73-
GOOS: ${{ matrix.goos }}
74-
GOARCH: ${{ matrix.goarch }}
75-
run: |
76-
go test ./..
7771
- name: 编译
7872
env:
7973
GOOS: ${{ matrix.goos }}

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,6 @@ jobs:
6969
uses: actions/setup-go@v3
7070
with:
7171
go-version: ${{ env.GO_VERSION }}
72-
- name: 测试
73-
env:
74-
GOOS: ${{ matrix.goos }}
75-
GOARCH: ${{ matrix.goarch }}
76-
run: |
77-
go test ./..
7872
- name: 编译
7973
env:
8074
GOOS: ${{ matrix.goos }}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2.4
1+
4.2.4

0 commit comments

Comments
 (0)