diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index acc12454..0e98f302 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,6 +52,8 @@ jobs: - ubuntu-latest - macos-latest runs-on: ${{ matrix.os }} + env: + GOEXPERIMENT: nocoverageredesign steps: - name: Checkout Repository uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7