We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8210ef commit ddcaa9bCopy full SHA for ddcaa9b
.github/workflows/build-cloudberry.yml
@@ -227,6 +227,10 @@ jobs:
227
# Define base test configurations
228
ALL_TESTS='{
229
"include": [
230
+ {"test":"ic-check-bin-opt-off",
231
+ "make_configs":["src/bin:check"],
232
+ "pg_settings":{"optimizer":"off"}
233
+ },
234
{"test":"ic-good-opt-off",
235
"make_configs":["src/test/regress:installcheck-good"],
236
"pg_settings":{"optimizer":"off"}
0 commit comments