Skip to content

Commit 69fd171

Browse files
herwinweregon
authored andcommitted
Add parse.y to specs runner
Some tests check for syntax errors, we should run those with both official supported parsers.
1 parent c557b4a commit 69fd171

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- os: ubuntu
1616
ruby: 3.4.2
1717
rubyopt: "--enable-frozen-string-literal"
18+
- os: ubuntu
19+
ruby: 3.4.2
20+
rubyopt: "--parser=parse.y"
1821

1922
runs-on: ${{ matrix.os }}-latest
2023
steps:

0 commit comments

Comments
 (0)