Skip to content

Commit 090227a

Browse files
bjorn3folkertdev
authored andcommitted
Add CI for using the rust implementation of bzip2
1 parent c83aef6 commit 090227a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
shell: bash
5252
if: matrix.build == 'msrv'
5353
- run: cargo test
54+
- run: cargo test --no-default-features --features libbz2-rs-sys
55+
if: matrix.build != 'msrv'
5456

5557
rustfmt:
5658
name: Rustfmt

0 commit comments

Comments
 (0)