feat(fuzz): add alter logical table target (#3818)

* feat(fuzz): add alter logical table target

* chore(ci): add fuzz_alter_logical_table ci cfg
This commit is contained in:
Yohan Wal
2024-04-28 14:40:37 +08:00
committed by GitHub
parent e154dc5fd4
commit f29aebf89f
3 changed files with 248 additions and 1 deletions

View File

@@ -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" ]
target: [ "fuzz_create_table", "fuzz_alter_table", "fuzz_create_database", "fuzz_create_logical_table", "fuzz_alter_logical_table" ]
steps:
- uses: actions/checkout@v4
- uses: arduino/setup-protoc@v3