Skip to content

Commit bbbc43a

Browse files
committed
Run all tests with Prism Ruby parser on CI
1 parent f1c0b6d commit bbbc43a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
run: bundle exec rake
4444
env:
4545
RUBYOPT: --enable-frozen_string_literal
46+
- name: Run test with Prism parser
47+
run: bundle exec rake
48+
env:
49+
RUBYOPT: --enable-frozen_string_literal
50+
RDOC_USE_PRISM_PARSER: true
4651
- if: ${{ matrix.ruby == 'head' && startsWith(matrix.os, 'ubuntu') }}
4752
run: bundle exec rake rdoc
4853
lint:

0 commit comments

Comments
 (0)