Update go.yml

This commit is contained in:
zhangch-dev
2025-05-16 11:57:56 +08:00
committed by GitHub
parent eca65fe791
commit ad5895d9d8

View File

@@ -24,5 +24,3 @@ jobs:
- name: Build - name: Build
run: go build -v ./... run: go build -v ./...
- name: Test
run: go test -v ./...