This commit is contained in:
aichy126 2022-10-13 11:24:32 +08:00
parent ed41d4a2f5
commit ef34a80d43
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ jobs:
with:
go-version: 1.18
- name: Test
run: go test -v ./...
# - name: Test
# run: go test -v ./...
- name: Test Build
run: go build -v ./...