We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
go test -cover
1 parent f33ddea commit b47ea6fCopy full SHA for b47ea6f
.github/workflows/qa.yaml
@@ -255,6 +255,9 @@ jobs:
255
# Print executed commands to ease debugging
256
set -x
257
258
+ # Work around https://github.com/golang/go/issues/75031
259
+ go env -w GOTOOLCHAIN="$(go version | awk '{ print $3 }')+auto"
260
+
261
# Overriding the default coverage directory is not an exported flag of go test (yet), so
262
# we need to override it using the test.gocoverdir flag instead.
263
#TODO: Update when https://go-review.googlesource.com/c/go/+/456595 is merged.
0 commit comments