Skip to content

Commit

Permalink
Merge pull request #3 from MaeIsBad/deny-rustdoc-warnings-in-ci
Browse files Browse the repository at this point in the history
Cause CI failure in case of rustdoc warnings
  • Loading branch information
PaulDance authored Jun 13, 2023
2 parents f037af8 + e0d4166 commit ea0b4a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ jobs:

- name: Build documentation
run: cargo doc --verbose --all-features --no-deps --document-private-items
env:
RUSTDOCFLAGS: "-Dwarnings"

0 comments on commit ea0b4a6

Please sign in to comment.