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 04e23b1 commit 3feec4aCopy full SHA for 3feec4a
Taskfile.yml
@@ -25,10 +25,22 @@ tasks:
25
- go build ./...
26
- go build ${BUILD_TAGS} ./...
27
- task: build-tests
28
+ - task: compilecheck-119
29
- task: cross-compile
30
31
build-tests: go test -short ${BUILD_TAGS} -run ^$$ ./...
32
33
+ compilecheck-119:
34
+ dir: internal/test/compilecheck
35
+ env:
36
+ GOWORK: off
37
+ GOTOOLCHAIN: local
38
+ GO_VERSIONS: "1.19"
39
+ COMPILECHECK_USE_DOCKER: "0"
40
+ cmds:
41
+ - go mod download
42
+ - go test -v -run '^TestCompileCheck/golang:1\.19$'
43
+
44
build-compile-check-all: bash etc/run-compile-check-test.sh
45
46
build-aws-ecs-test: go test -c ./internal/test/aws -o aws.testbin
0 commit comments