From 303606386102d38f45910f06a236420c1d8a2390 Mon Sep 17 00:00:00 2001 From: Weaselbot Date: Thu, 18 Jun 2026 10:31:27 -0400 Subject: [PATCH] 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. --- .gitea/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4728c17..f0f44f6 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -59,6 +59,11 @@ jobs: cd build ctest --output-on-failure -j "$(nproc)" --timeout 90 + - name: Run schemagen tests + run: | + cd contrib/schemagen + ./run_tests.sh + - name: Package if: matrix.upload run: |