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 a964703 commit b98494dCopy full SHA for b98494d
1 file changed
.github/workflows/cruby-bindings.yml
@@ -57,3 +57,7 @@ jobs:
57
EXCLUDES: ${{ matrix.parser == 'parse.y' && './test/.excludes-parsey' }}
58
run: make -j$(nproc) -s test-all
59
working-directory: ruby/ruby
60
+ - name: make test-bundled-gems
61
+ if: ${{ matrix.parser == 'prism' }}
62
+ run: make -j$(nproc) -s test-bundled-gems BUNDLED_GEMS=irb,rbs,rdoc,syntax_suggest
63
+ working-directory: ruby/ruby
0 commit comments