From 8e3515d39613d94242833470154d9f4f2c503dc6 Mon Sep 17 00:00:00 2001 From: Yohan Wal <59358312+CookiePieWw@users.noreply.github.com> Date: Tue, 30 Apr 2024 10:44:36 +0800 Subject: [PATCH] ci: add fuzz_insert ci cfg (#3840) 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 8bf2395df9..a02ab2e595 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