Skip to content

Commit

Permalink
Check jean & rc-zip separately
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Jan 30, 2024
1 parent 1ab7395 commit 6ed5467
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ed5467

Please sign in to comment.