Skip to content

Commit ddcaa9b

Browse files
authored
Update build-cloudberry.yml
1 parent f8210ef commit ddcaa9b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-cloudberry.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,10 @@ jobs:
227227
# Define base test configurations
228228
ALL_TESTS='{
229229
"include": [
230+
{"test":"ic-check-bin-opt-off",
231+
"make_configs":["src/bin:check"],
232+
"pg_settings":{"optimizer":"off"}
233+
},
230234
{"test":"ic-good-opt-off",
231235
"make_configs":["src/test/regress:installcheck-good"],
232236
"pg_settings":{"optimizer":"off"}

0 commit comments

Comments
 (0)