feat(fuzz): add alter table target (#3503)

* feat(fuzz): validate semantic type of column

* feat(fuzz): add fuzz_alter_table target

* feat(fuzz): validate columns

* chore(ci): add fuzz_alter_table ci cfg
This commit is contained in:
Weny Xu
2024-03-13 22:11:47 +08:00
committed by GitHub
parent b55905cf66
commit e4333969b4
8 changed files with 480 additions and 17 deletions

View File

@@ -123,7 +123,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
target: [ "fuzz_create_table" ]
target: [ "fuzz_create_table", "fuzz_alter_table" ]
steps:
- uses: actions/checkout@v4
- uses: arduino/setup-protoc@v3