diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 71acc24..8112e7d 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -18,12 +18,6 @@ jobs: go-version: '1.23' cache-dependency-path: go.sum - - name: Build - run: go build -o ./bin/ -v ./... - - - name: Test - run: go test -v ./... - linter: name: lint runs-on: ubuntu-latest