diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ad7588b..7db44e1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,11 +17,6 @@ jobs: with: fetch-depth: 0 - - name: Tests - run: | - go mod tidy - go test -v ./... - - name: Validates GO releaser config uses: goreleaser/goreleaser-action@v2 with: