Skip to content

Commit

Permalink
validate test-tools with all possible feature combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jun 23, 2024
1 parent 55382c0 commit f591642
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ doc $RUSTDOCFLAGS="-D warnings":
# run all unit tests
unit-tests:
cargo test --all
cargo test -p gix-testtools
cargo test -p gix-testtools --features xz
cargo test -p gix-archive --no-default-features
cargo test -p gix-archive --features tar
cargo test -p gix-archive --features tar_gz
Expand Down

0 comments on commit f591642

Please sign in to comment.