Skip to content

Commit

Permalink
ci: enable doc tests (#5201)
Browse files Browse the repository at this point in the history
Signed-off-by: Shunkichi Sato <[email protected]>
  • Loading branch information
s8sato authored Nov 11, 2024
1 parent 5677cf1 commit aef3df6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/iroha2-dev-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,13 @@ jobs:
mold --run cargo llvm-cov nextest
--all-features
--branch --no-report
- name: Doc test with all features
run: >
mold --run cargo llvm-cov --doc
--all-features
--branch --no-report
- name: Generate lcov report
run: cargo llvm-cov report --lcov --output-path lcov.info
run: cargo llvm-cov report --doctests --lcov --output-path lcov.info
- name: Upload lcov report
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit aef3df6

Please sign in to comment.