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