diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27e58d5..7c2888e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,7 @@ jobs: run: go build -v ./... - name: Run tests + if: matrix.go-version != '1.21' run: go test -v -race -timeout 300s ./... - name: Run tests with coverage