diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5e66aa96714..3f06fc858d4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,8 +33,4 @@ jobs: go-version: ${{ matrix.go-version }} - name: Run Test - uses: nick-fields/retry@v2 - with: - max_attempts: 3 - timeout_minutes: 15 - command: go test -v -race ./... + run: go test -v -race ./...