diff --git a/tests/ci/ci_config.json b/tests/ci/ci_config.json index 3253a7d5f3d..44e9df49216 100644 --- a/tests/ci/ci_config.json +++ b/tests/ci/ci_config.json @@ -548,6 +548,18 @@ "clang-tidy": "disable", "with_coverage": false } + }, + "AST fuzzer": { + "required_build_properties": { + "compiler": "clang-10", + "package_type": "binary", + "build_type": "debug", + "sanitizer": "none", + "bundled": "bundled", + "splitted": "unsplitted", + "clang-tidy": "disable", + "with_coverage": false + } } } }