Skip to content

Commit

Permalink
ci: use GOEXPERIMENT env only in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiola committed Jun 26, 2024
1 parent f517c4d commit a74c4a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ on:

env:
GORELEASER_VERSION: v2.0.1
GOEXPERIMENT: nocoverageredesign
jobs:
lint:
name: Lint Code
Expand Down Expand Up @@ -46,6 +45,8 @@ jobs:
run: make ci-lint GOLANGCI_LINT_MODE="github-actions"

test:
env:
GOEXPERIMENT: nocoverageredesign
name: Testing on ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit a74c4a0

Please sign in to comment.