Skip to content

Commit

Permalink
Check for doc warnings in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralith committed Oct 28, 2021
1 parent eca20b3 commit adc60db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
command: fmt
args: --all -- --check

- name: doc
run: cargo doc --no-deps
env:
RUSTDOCFLAGS: -Dwarnings

- uses: actions-rs/cargo@v1
if: always()
with:
Expand Down

0 comments on commit adc60db

Please sign in to comment.