From 6ed54672ec2fc2aad42ee1c117499d9989c538ea Mon Sep 17 00:00:00 2001 From: Amos Wenger Date: Tue, 30 Jan 2024 17:40:48 +0100 Subject: [PATCH] Check jean & rc-zip separately --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 44ea5b7..24acf35 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,8 @@ jobs: cargo doc --all-features --no-deps - name: Run cargo clippy run: | - cargo hack clippy --feature-powerset --group-features deflate,deflate64,lzma,bzip2 + cargo check --all-features -p jean + cargo hack clippy --feature-powerset --group-features deflate,deflate64,lzma,bzip2 -p rc-zip - name: Run tests and collect coverage run: just ci-test - name: Upload coverage information