Skip to content

Commit

Permalink
Merge pull request #216 from Walther/2024-08-03
Browse files Browse the repository at this point in the history
chore: adjust rustdoc CI env vars
  • Loading branch information
Walther committed Aug 3, 2024
2 parents b19fad1 + 657bc27 commit 470bc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
RUSTFLAGS: "-D warnings -W unreachable-pub"
RUSTFLAGS: "-D warnings"
RUSTUP_MAX_RETRIES: 10

jobs:
Expand Down

0 comments on commit 470bc9f

Please sign in to comment.