File tree Expand file tree Collapse file tree 2 files changed +11
-13
lines changed
Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -55,21 +55,20 @@ jobs:
5555 shell : bash
5656 env :
5757 GOTOOLCHAIN : local
58- GO_VERSIONS : " 1.19"
59- COMPILECHECK_USE_DOCKER : " 0"
6058 run : |
61- go build ./...
62- go build ${BUILD_TAGS} ./...
63- go test -short ${BUILD_TAGS} -run ^$$ ./...
59+ task build
60+ #go build ./...
61+ #go build ${BUILD_TAGS} ./...
62+ #go test -short ${BUILD_TAGS} -run ^$$ ./...
6463
65- go test -v ./internal/test/compilecheck -run '^TestCompileCheck/golang:1.19$'
64+ #GO_VERSIONS="1.19" go test -v ./internal/test/compilecheck -run '^TestCompileCheck/golang:1.19$'
6665
67- GOOS=linux GOARCH=386 go build ./...
68- GOOS=linux GOARCH=arm go build ./...
69- GOOS=linux GOARCH=arm64 go build ./...
70- GOOS=linux GOARCH=amd64 go build ./...
71- GOOS=linux GOARCH=ppc64le go build ./...
72- GOOS=linux GOARCH=s390x go build ./...
66+ # GOOS=linux GOARCH=386 go build ./...
67+ # GOOS=linux GOARCH=arm go build ./...
68+ # GOOS=linux GOARCH=arm64 go build ./...
69+ # GOOS=linux GOARCH=amd64 go build ./...
70+ # GOOS=linux GOARCH=ppc64le go build ./...
71+ # GOOS=linux GOARCH=s390x go build ./...
7372
7473 - name : Perform CodeQL Analysis
7574 uses : github/codeql-action/analyze@v4
Original file line number Diff line number Diff line change 3535 GOWORK : off
3636 GOTOOLCHAIN : auto
3737 GO_VERSIONS : " 1.19"
38- COMPILECHECK_USE_DOCKER : " 0"
3938 cmds :
4039 - go mod download
4140 - go test -v -run '^TestCompileCheck/golang:1\.19$'
You can’t perform that action at this time.
0 commit comments