Skip to content

Commit

Permalink
ci: check doctests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxOhn committed Nov 13, 2023
1 parent a20358a commit 046c853
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,6 @@ jobs:

- name: Run tests
run: cargo nextest run --no-default-features --features ${{ matrix.feature }} --no-fail-fast --failure-output=immediate-final

- name: Run doctests
run: cargo test --doc

0 comments on commit 046c853

Please sign in to comment.