From 534ed6ce92d314ccc64eef0c111201978068f233 Mon Sep 17 00:00:00 2001 From: CookiePieWw <1035325592@qq.com> Date: Sat, 27 Apr 2024 20:33:55 +0800 Subject: [PATCH] chore(ci): add fuzz_alter_logical_table ci cfg --- tests-fuzz/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests-fuzz/Cargo.toml b/tests-fuzz/Cargo.toml index 5b217a0a339a..03b708b9feb7 100644 --- a/tests-fuzz/Cargo.toml +++ b/tests-fuzz/Cargo.toml @@ -71,6 +71,13 @@ test = false bench = false doc = false +[[bin]] +name = "fuzz_alter_logical_table" +path = "targets/fuzz_alter_logical_table.rs" +test = false +bench = false +doc = false + [[bin]] name = "fuzz_create_database" path = "targets/fuzz_create_database.rs"