ci: run schemagen regression tests in gitea workflow

The new run_tests.sh exercises the example schema and the 40-property
regression schema, so run it after the main build/tests step.
This commit is contained in:
2026-06-18 10:31:27 -04:00
parent 03cf40a690
commit 3036063861
+5
View File
@@ -59,6 +59,11 @@ jobs:
cd build cd build
ctest --output-on-failure -j "$(nproc)" --timeout 90 ctest --output-on-failure -j "$(nproc)" --timeout 90
- name: Run schemagen tests
run: |
cd contrib/schemagen
./run_tests.sh
- name: Package - name: Package
if: matrix.upload if: matrix.upload
run: | run: |