Skip to content

Commit 4b4c94b

Browse files
committed
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.
1 parent 39537e0 commit 4b4c94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/parsey.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
dummy-files: ${{ matrix.test_task == 'check' }}
7070

7171
- name: Run configure
72-
run: ../src/configure -C --disable-install-doc cppflags=-DRUBY_DEBUG
72+
run: ../src/configure -C --disable-install-doc cppflags=-DRUBY_DEBUG --with-praser=parse.y
7373

7474
- run: make
7575

0 commit comments

Comments
 (0)