From e1b3c99efb6ef9129cdc9fb924b8b48fcfe8dbe3 Mon Sep 17 00:00:00 2001 From: Herwin Date: Wed, 28 May 2025 19:26:15 +0200 Subject: [PATCH] Add parse.y to specs runner Some tests check for syntax errors, we should run those with both official supported parsers. --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b74befab0..8cd6ba1b44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,9 @@ jobs: - os: ubuntu ruby: 3.4.2 rubyopt: "--enable-frozen-string-literal" + - os: ubuntu + ruby: 3.4.2 + rubyopt: "--parser=parse.y" runs-on: ${{ matrix.os }}-latest steps: