Run the code generator integration test in CI
Some checks failed
CI / build-docker (push) Successful in 10s
CI / build-docker-bootstrap (push) Has been skipped
CI / release-test (push) Failing after 31s

This commit is contained in:
wispem-wantex 2025-11-09 16:44:59 -08:00
parent 208c1eb26c
commit fef3f11342

View File

@ -83,6 +83,7 @@ jobs:
run: find ops/ -name "*.sh" | xargs shellcheck run: find ops/ -name "*.sh" | xargs shellcheck
- name: Run sqlite_lint integration test - name: Run sqlite_lint integration test
run: | run: ops/sqlite_lint_test.sh
ls -lah ops/sqlite_lint_test.sh
ops/sqlite_lint_test.sh - name: Run 'gas init' and 'gas generate'
run: ops/gas_init_test.sh