forked from weaselab/weaseljson
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:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user