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 3ad821d commit 65429b5Copy full SHA for 65429b5
Taskfile.yml
@@ -17,9 +17,19 @@ tasks:
17
- go build ./...
18
- go build ${BUILD_TAGS} ./...
19
- task: build-tests
20
+ - task: compilecheck-119
21
- task: cross-compile
22
build-tests: go test -short ${BUILD_TAGS} -run ^$$ ./...
- build-compile-check: bash etc/compile_check.sh
23
+ compilecheck-119:
24
+ dir: internal/test/compilecheck
25
+ env:
26
+ GOWORK: off
27
+ GOTOOLCHAIN: local
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$'
33
build-compile-check-all: bash etc/run-compile-check-test.sh
34
build-aws-ecs-test: go test -c ./internal/test/aws -o aws.testbin
35
cross-compile:
0 commit comments