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:
parent
39537e07fe
commit
4b4c94b17c
Notes:
git
2024-11-08 15:30:13 +00:00
2
.github/workflows/parsey.yml
vendored
2
.github/workflows/parsey.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user