Skip to content

Commit

Permalink
build: add GOEXPERIMENT=nocoverageredesign env
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiola committed Jul 30, 2024
1 parent af05545 commit 55a54b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55a54b5

Please sign in to comment.