From 4990b2b20d4e043171e72b6dd3a88b5abd070fd1 Mon Sep 17 00:00:00 2001 From: CookiePieWw <1035325592@qq.com> Date: Tue, 30 Apr 2024 08:57:59 +0800 Subject: [PATCH] chore(ci): add fuzz_insert ci cfg --- .github/workflows/develop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 8bf2395df936..a02ab2e59560 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -130,7 +130,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - target: [ "fuzz_create_table", "fuzz_alter_table", "fuzz_create_database", "fuzz_create_logical_table", "fuzz_alter_logical_table" ] + target: [ "fuzz_create_table", "fuzz_alter_table", "fuzz_create_database", "fuzz_create_logical_table", "fuzz_alter_logical_table", "fuzz_insert" ] steps: - uses: actions/checkout@v4 - uses: arduino/setup-protoc@v3