Skip to content

Commit

Permalink
Add CI for using the rust implementation of bzip2
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 authored and folkertdev committed Dec 11, 2024
1 parent c83aef6 commit 090227a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
shell: bash
if: matrix.build == 'msrv'
- run: cargo test
- run: cargo test --no-default-features --features libbz2-rs-sys
if: matrix.build != 'msrv'

rustfmt:
name: Rustfmt
Expand Down

0 comments on commit 090227a

Please sign in to comment.