diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 4b864fa..36d73d8 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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: |