From 9221572445e384f763d0da2addd5ad4ebe7efecc Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Wed, 11 Dec 2024 13:19:40 +0100 Subject: [PATCH] Add CI for using the rust implementation of bzip2 --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) 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