Skip to content

Commit f279f2f

Browse files
committed
resolve build task dependency
1 parent 656fe56 commit f279f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tasks:
1717
- go build ./...
1818
- go build ${BUILD_TAGS} ./...
1919
- task: build-tests
20-
- task: build-compile-check
20+
- task: build-compile-check-all
2121
- task: cross-compile
2222
build-tests: go test -short ${BUILD_TAGS} -run ^$$ ./...
2323
build-compile-check: bash etc/compile_check.sh

0 commit comments

Comments
 (0)