We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c0b6d commit bbbc43aCopy full SHA for bbbc43a
.github/workflows/test.yml
@@ -43,6 +43,11 @@ jobs:
43
run: bundle exec rake
44
env:
45
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
51
- if: ${{ matrix.ruby == 'head' && startsWith(matrix.os, 'ubuntu') }}
52
run: bundle exec rake rdoc
53
lint:
0 commit comments