Skip to content

Commit ed2b8e4

Browse files
committed
resolve build task dependency
1 parent cc4274c commit ed2b8e4

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
@@ -25,7 +25,7 @@ tasks:
2525
- go build ./...
2626
- go build ${BUILD_TAGS} ./...
2727
- task: build-tests
28-
- task: build-compile-check
28+
- task: build-compile-check-all
2929
- task: cross-compile
3030

3131
build-tests: go test -short ${BUILD_TAGS} -run ^$$ ./...

0 commit comments

Comments
 (0)