From fef3f1134216fd1050872c1fca83239623919bcf Mon Sep 17 00:00:00 2001 From: wispem-wantex Date: Sun, 9 Nov 2025 16:44:59 -0800 Subject: [PATCH] Run the code generator integration test in CI --- .gitea/workflows/CI.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/CI.yaml b/.gitea/workflows/CI.yaml index 5cbdbd0..e6a2cd9 100644 --- a/.gitea/workflows/CI.yaml +++ b/.gitea/workflows/CI.yaml @@ -83,6 +83,7 @@ jobs: run: find ops/ -name "*.sh" | xargs shellcheck - name: Run sqlite_lint integration test - run: | - ls -lah ops/sqlite_lint_test.sh - ops/sqlite_lint_test.sh + run: ops/sqlite_lint_test.sh + + - name: Run 'gas init' and 'gas generate' + run: ops/gas_init_test.sh