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: |