diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1d6aa0d..3c943ae 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -31,7 +31,9 @@ jobs: run: go test -v ./... - name: gofmt + if: matrix.os == 'ubuntu-latest' run: exit $(gofmt -l . | wc -l) - name: vet + if: matrix.os == 'ubuntu-latest' run: go vet -all=true -v=true .