Skip to content

Commit 0eedfe1

Browse files
committed
I hate yaml
1 parent 638a6e8 commit 0eedfe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- run: go test -tags codecgen.exec -v ./codec
5151
- name: Generate coverage report
5252
env:
53-
GO_VERSION=${{ needs.get-go-version.outputs.go-version }}
53+
GO_VERSION: ${{ needs.get-go-version.outputs.go-version }}
5454
run: go env -w GOTOOLCHAIN=go${GO_VERSION}+auto && go test -v -coverprofile=coverage.out ./...
5555
- name: Upload coverage report
5656
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808

0 commit comments

Comments
 (0)