diff --git a/.github/workflows/TestDebug.yml b/.github/workflows/TestDebug.yml index 9900cf0..fa615f5 100644 --- a/.github/workflows/TestDebug.yml +++ b/.github/workflows/TestDebug.yml @@ -36,6 +36,12 @@ jobs: - name: Setup Ccache uses: hendrikmuhs/ccache-action@main + - name: Build + shell: bash + run: | + make debug + + # we don't build with Ninja because the github machines kill the process otherwise - name: Build and Test shell: bash run: | diff --git a/duckdb b/duckdb index 5a9a382..23dc2bc 160000 --- a/duckdb +++ b/duckdb @@ -1 +1 @@ -Subproject commit 5a9a382a573b107a38f5ee277619b362d5079c32 +Subproject commit 23dc2bc4dc6d34c3a59d29a43d2351d873675098 diff --git a/extension-ci-tools b/extension-ci-tools index 71b8a60..46a8dd6 160000 --- a/extension-ci-tools +++ b/extension-ci-tools @@ -1 +1 @@ -Subproject commit 71b8a603ea24b1ac8a2cff134aca28163576548f +Subproject commit 46a8dd6850b218b2c1a0ede5daf5053bdc225102