Skip to content

Commit 8d366d0

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/cruby-bindings.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ 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

0 commit comments

Comments
 (0)