Skip to content

Commit

Permalink
build docs with libbz2-rs-sys
Browse files Browse the repository at this point in the history
Co-authored-by: bjorn3 <[email protected]>
  • Loading branch information
folkertdev and bjorn3 authored Feb 11, 2025
1 parent fdb2d57 commit 6d1e870
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:
run: |
cargo doc -p bzip2-sys --no-deps
cargo doc -p bzip2 --no-deps
- name: Run cargo doc, deny warnings (libbz2-rs-sys)
env:
RUSTDOCFLAGS: "-Dwarnings"
if: matrix.build != 'msrv'
run: cargo doc -p bzip2 --no-deps --no-default-features --features libbz2-rs-sys
- run: cargo test
- run: cargo test --no-default-features --features libbz2-rs-sys
if: matrix.build != 'msrv'
Expand Down

0 comments on commit 6d1e870

Please sign in to comment.