CI: In parse.y runs, use ./configure --with-parser=parse.y

Because tests might not use the command-line --parser option, or be
aware that they should be, it's better to test with the default
parser set.
This commit is contained in:
Alan Wu 2024-11-07 09:41:58 -05:00
parent 39537e07fe
commit 4b4c94b17c
Notes: git 2024-11-08 15:30:13 +00:00

View File

@ -69,7 +69,7 @@ jobs:
dummy-files: ${{ matrix.test_task == 'check' }}
- name: Run configure
run: ../src/configure -C --disable-install-doc cppflags=-DRUBY_DEBUG
run: ../src/configure -C --disable-install-doc cppflags=-DRUBY_DEBUG --with-praser=parse.y
- run: make