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 3a88b8d commit 89e5ed2Copy full SHA for 89e5ed2
Taskfile.yml
@@ -30,8 +30,6 @@ tasks:
30
31
build-tests: go test -short ${BUILD_TAGS} -run ^$$ ./...
32
33
- build-compile-check: bash etc/compile_check.sh
34
-
35
build-compile-check-all: bash etc/run-compile-check-test.sh
36
37
build-aws-ecs-test: go test -c ./internal/test/aws -o aws.testbin
etc/compile_check.sh
0 commit comments