From f2fdc4d360e5982485128b0e97ae4005b04afe30 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 29 Dec 2023 12:02:51 +0900 Subject: [PATCH] Test RDoc coverage --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cf0ec91..c7a40d7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,3 +27,6 @@ jobs: run: bundle install - name: Run test run: rake test + - name: RDoc coverage + run: rdoc -C + if: ${{ matrix.ruby == needs.ruby-versions.outputs.latest && matrix.os == 'ubuntu-latest' }}