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
|
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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user