diff --git a/Makefile b/Makefile index dff26f1854ca6..51c329095ffc7 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ dev: checklist check explaintest gogenerate br_unit_test test_part_parser_dev ut # Install the check tools. check-setup:tools/bin/revive -check: parser_yacc check-parallel lint tidy testSuite errdoc license check-bazel-prepare +check: check-bazel-prepare parser_yacc check-parallel lint tidy testSuite errdoc license fmt: @echo "gofmt (simplify)" @@ -409,7 +409,7 @@ bazel_test: failpoint-enable bazel_ci_prepare -//tests/globalkilltest/... -//tests/readonlytest/... -//br/pkg/task:task_test -bazel_coverage_test: failpoint-enable bazel_ci_prepare +bazel_coverage_test: check-bazel-prepare failpoint-enable bazel_ci_prepare bazel $(BAZEL_GLOBAL_CONFIG) coverage $(BAZEL_CMD_CONFIG) --test_keep_going=false \ --@io_bazel_rules_go//go/config:cover_format=go_cover --define gotags=deadlock,intest \ -- //... -//cmd/... -//tests/graceshutdown/... \