You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ruby-core.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ jobs:
45
45
- name: Sync tools
46
46
run: |
47
47
ruby tool/sync_default_gems.rb rubygems
48
+
mv spec/bundler/bin/parallel_rspec spec/bin/parallel_rspec # TODO: fix `sync_default_gems.rb` script so we don't need to vendor the ruby-core binstub ourselves
48
49
working-directory: ruby/ruby
49
50
- name: Test RubyGems
50
51
run: make -j2 -s test-all TESTS="rubygems --no-retry"
0 commit comments