Skip to content

Commit

Permalink
fix: rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Sep 28, 2023
1 parent 0f5bcf4 commit c06eaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: |
for package in $(cargo metadata --no-deps --format-version=1 | jq -r '.packages[] | .name'); do
cargo rustdoc -p "$package" --all-features -- -D warnings -W unreachable-pub
cargo rustdoc -p "$package" --all-features --lib -- -D warnings -W unreachable-pub
done
format_and_lint:
Expand Down

0 comments on commit c06eaff

Please sign in to comment.