This commit is contained in:
spiritlhl
2024-06-13 08:40:10 +00:00
parent ee55d2d532
commit 58ce19c4af

View File

@@ -22,10 +22,10 @@ jobs:
with:
go-version: 'stable'
- name: Build and Test on Default Platform
run: |
go build -v ./...
go test -v ./...
# - name: Build and Test on Default Platform
# run: |
# go build -v ./...
# go test -v ./...
- name: Delete Existing Release Assets
run: |