Skip to content

Commit

Permalink
Add RUSTDOCFLAGS for running docs check (#211)
Browse files Browse the repository at this point in the history
Signed-off-by: lloydmeta <[email protected]>
  • Loading branch information
lloydmeta committed May 6, 2023
1 parent 70d17a7 commit a891af8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ jobs:
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
name: std doc check
env:
RUSTDOCFLAGS: '-D warnings'
with:
command: doc
args: --all --no-deps
args: --all --no-deps --document-private-items

0 comments on commit a891af8

Please sign in to comment.