diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69f35b580..8bb4e255f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,9 +19,6 @@ jobs: check-latest: true cache: true - - name: Test - run: go test -race -v ./... - - name: Set up Python uses: actions/setup-python@v5 with: