diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b9180047..09fd1f4e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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