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' }}