Skip to content

Commit b98494d

Browse files
committed
Run tests against some bundled gems
They make extensive use of prism.
1 parent a964703 commit b98494d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/cruby-bindings.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,7 @@ jobs:
5757
EXCLUDES: ${{ matrix.parser == 'parse.y' && './test/.excludes-parsey' }}
5858
run: make -j$(nproc) -s test-all
5959
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

Comments
 (0)