Add the toolchain setting to run 'go test -cover' in go 1.25

This commit is contained in:
Eric Promislow
2025-09-15 17:09:56 -07:00
parent dfe484adbf
commit feb95bd288

View File

@@ -17,4 +17,4 @@ jobs:
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version-file: 'go.mod'
- run: go test -v -race -cover ./...
- run: go env -w GOTOOLCHAIN=go1.25.0+auto && go test -v -race -cover ./...