Skip to content

Commit 0ea12a7

Browse files
committed
test
1 parent a286cb6 commit 0ea12a7

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/gh_matrix_builder.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,15 @@ def macos_config(overrides):
181181
return base_config
182182

183183

184+
m["include"].append(
185+
build_debug_config(
186+
{
187+
"pg": 19,
188+
"snapshot": "snapshot",
189+
"tsdb_build_args": "-DWARNINGS_AS_ERRORS=ON -DEXPERIMENTAL=ON",
190+
}
191+
)
192+
)
184193
# always test debug build on latest of all supported pg versions
185194
m["include"].append(
186195
build_debug_config({"pg": PG16_LATEST, "ignored_tests": ignored_before_pg17})

0 commit comments

Comments
 (0)