Skip to content

Commit 9e0e01f

Browse files
testing
1 parent 41ec41d commit 9e0e01f

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

.github/workflows/codeql.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff 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

Taskfile.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ tasks:
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$'

0 commit comments

Comments
 (0)