Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hsldymq committed Mar 28, 2024
1 parent 9fb7f0c commit ac938ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Test
run: go test -race -covermode=atomic -coverprofile=coverage.out
run: GOEXPERIMENT=rangefunc go test -race -covermode=atomic -coverprofile=coverage.out

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit ac938ac

Please sign in to comment.