Skip to content

Commit

Permalink
Add -Dwarnings to RUSTDOCFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Sep 13, 2023
1 parent f809f39 commit 5460734
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ jobs:
run: rustup toolchain install nightly-2023-09-06
- name: generate doc
uses: actions-rs/cargo@v1
env:
RUSTDOCFLAGS: -Dwarnings
with:
toolchain: nightly-2023-09-06
command: rustdoc
Expand Down

0 comments on commit 5460734

Please sign in to comment.