Skip to content

Commit ce205fe

Browse files
used the legacy parser
1 parent 7cd4e54 commit ce205fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: bundle exec rake rubocop
2424
if: ${{ matrix.ruby == '3.4' }}
2525

26-
- run: bundle exec srb tc
26+
- run: bundle exec srb tc --parser=parse.y
2727
if: ${{ matrix.ruby == '3.4' }}
2828

2929
- run: bundle exec rspec ./spec --require spec_helper

0 commit comments

Comments
 (0)