We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 638a6e8 commit 0eedfe1Copy full SHA for 0eedfe1
1 file changed
.github/workflows/test.yaml
@@ -50,7 +50,7 @@ jobs:
50
- run: go test -tags codecgen.exec -v ./codec
51
- name: Generate coverage report
52
env:
53
- GO_VERSION=${{ needs.get-go-version.outputs.go-version }}
+ GO_VERSION: ${{ needs.get-go-version.outputs.go-version }}
54
run: go env -w GOTOOLCHAIN=go${GO_VERSION}+auto && go test -v -coverprofile=coverage.out ./...
55
- name: Upload coverage report
56
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
0 commit comments