Skip to content

Commit d40b337

Browse files
committed
Run full ruby/ruby rdoc-coverage check, matching misc CI
1 parent cd22419 commit d40b337

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ruby-core.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ jobs:
6666
gem install rdoc-*.gem
6767
bundle exec rake build:local_ruby
6868
working-directory: ruby/rdoc
69-
- name: Run RDoc coverage check on C extensions
70-
run: bundle exec rdoc -C -q ../ruby/ext/io/console
71-
working-directory: ruby/rdoc
69+
- name: Core docs coverage
70+
run: make XRUBY=ruby RDOC_DEPENDS= RBCONFIG=update-rbconfig rdoc-coverage
71+
working-directory: ruby/ruby
7272
- name: Generate Documentation with RDoc
7373
run: make html
7474
working-directory: ruby/ruby

0 commit comments

Comments
 (0)