We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2edd61 commit 708f8f0Copy full SHA for 708f8f0
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
go-version: ${{ matrix.go-version }}
26
27
- name: Test
28
- run: GOEXPERIMENT=rangefunc go test -race -covermode=atomic -coverprofile=coverage.out
+ run: go test -race -covermode=atomic -coverprofile=coverage.out
29
30
- name: Upload coverage to Codecov
31
uses: codecov/codecov-action@v3
0 commit comments