feat(fuzz): add create database target (#3675)

* feat(fuzz): add create database target

* chore(ci): add fuzz_create_database ci cfg
This commit is contained in:
Yohan Wal
2024-04-09 09:33:29 +08:00
committed by GitHub
parent e1d2f9a596
commit 682b04cbe4
8 changed files with 235 additions and 7 deletions

View File

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