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 8d366d0Copy full SHA for 8d366d0
1 file changed
.github/workflows/cruby-bindings.yml
@@ -57,3 +57,6 @@ 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
0 commit comments