Skip to content

Commit

Permalink
ci: Build rustdoc before calling cargo-public-api-crates
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Sep 11, 2024
1 parent 92d6209 commit b9204f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,8 @@ jobs:
- name: Install cargo-public-api-crates
run: |
cargo install --git https://github.com/davidpdrsn/cargo-public-api-crates
- name: Build rustdoc
run: |
cargo rustdoc --all-features --manifest-path tower-http/Cargo.toml -- -Z unstable-options --output-format json
- name: cargo public-api-crates check
run: cargo public-api-crates --manifest-path tower-http/Cargo.toml check
run: cargo public-api-crates --manifest-path tower-http/Cargo.toml --skip-build check

0 comments on commit b9204f7

Please sign in to comment.