From 450fb76a5da239b9418322b499d2c20d87b0ffb5 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Mon, 25 Nov 2024 12:27:57 -0500 Subject: [PATCH] ci: Generate in all oses **Problem** Currently generate is called only on Linux, or C changed, but the test is run on all oses. **Solution** Always treesitter generate. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1b0f20..a1376b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,6 @@ jobs: uses: tree-sitter/setup-action/cli@v1 - name: Generate parser from scratch and test it - if: ${{ runner.os == 'Linux' || needs.changedfiles.outputs.c }} shell: bash run: tree-sitter generate