Skip to content

Commit

Permalink
test(ci): Run README doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 29, 2021
1 parent da216f9 commit f4ba188
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ jobs:
if: matrix.features == 'all'
with:
command: test
args: --target ${{ matrix.target }} --features "wrap_help yaml regex"
# Test `doc` to run doctests on the README
args: --target ${{ matrix.target }} --features "wrap_help yaml regex doc"
- name: Check debug
uses: actions-rs/cargo@v1
if: matrix.features == 'all'
Expand Down

0 comments on commit f4ba188

Please sign in to comment.