From f14febf6fabecd853f860f5231ea89814602a656 Mon Sep 17 00:00:00 2001 From: Ping Yu Date: Sat, 2 Dec 2023 17:09:38 +0800 Subject: [PATCH] check tidy Signed-off-by: Ping Yu --- cdc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdc/Makefile b/cdc/Makefile index 80954e72..856021c1 100644 --- a/cdc/Makefile +++ b/cdc/Makefile @@ -117,7 +117,7 @@ unit_test: check_failpoint_ctl || { $(FAILPOINT_DISABLE); exit 1; } $(FAILPOINT_DISABLE) -unit_test_in_verify_ci: check_failpoint_ctl gotestsum gocov gocov-xml +unit_test_in_verify_ci: tidy check_failpoint_ctl gotestsum gocov gocov-xml mkdir -p "$(TEST_DIR)" $(FAILPOINT_ENABLE) @export log_level=error;\