Skip to content

Commit

Permalink
Build package
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Dec 29, 2023
1 parent 741e1df commit 6d8d007
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ jobs:
- name: RDoc coverage
run: rdoc -C
if: ${{ matrix.ruby == needs.ruby-versions.outputs.latest && matrix.os == 'ubuntu-latest' }}
- name: Build package
run: rake build
if: ${{ matrix.ruby == needs.ruby-versions.outputs.latest && matrix.os != 'ubuntu-latest' }}

0 comments on commit 6d8d007

Please sign in to comment.