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.
1 parent d9739fd commit eebe058Copy full SHA for eebe058
.github/workflows/codeql.yml
@@ -54,7 +54,7 @@ jobs:
54
go build ${BUILD_TAGS} ./...
55
go test -short ${BUILD_TAGS} -run ^$$ ./...
56
57
- GO_VERSIONS="1.19" go test -v ./internal/test/compilecheck -run '^TestCompileCheck/golang:1.19$'
+ GO_WORK=off GO_VERSIONS="1.19" go test -v ./internal/test/compilecheck -run '^TestCompileCheck/golang:1.19$'
58
59
GOOS=linux GOARCH=386 go build ./...
60
GOOS=linux GOARCH=arm go build ./...
Taskfile.yml
@@ -26,7 +26,6 @@ tasks:
26
GOWORK: off
27
GOTOOLCHAIN: auto
28
GO_VERSIONS: "1.19"
29
- COMPILECHECK_USE_DOCKER: "0"
30
cmds:
31
- go mod download
32
- go test -v -run '^TestCompileCheck/golang:1\.19$'
0 commit comments