mirror of
https://github.com/oneclickvirt/ecs.git
synced 2026-04-22 23:27:11 +08:00
fix: 删除不必要的前置编译检测
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user