fix: 删除不必要的前置编译检测

This commit is contained in:
spiritlhl
2025-07-17 05:11:23 +00:00
parent d846dcbf4f
commit afd667db59
-6
View File
@@ -26,12 +26,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GHT }}
- name: Build and Test on Default Platform
run: |
go mod tidy -v
go build -v ./...
go test -v ./...
- name: Get latest tag
id: tag
run: |