Skip to content

Commit f591642

Browse files
committed
validate test-tools with all possible feature combinations
1 parent 55382c0 commit f591642

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ doc $RUSTDOCFLAGS="-D warnings":
153153
# run all unit tests
154154
unit-tests:
155155
cargo test --all
156+
cargo test -p gix-testtools
157+
cargo test -p gix-testtools --features xz
156158
cargo test -p gix-archive --no-default-features
157159
cargo test -p gix-archive --features tar
158160
cargo test -p gix-archive --features tar_gz

0 commit comments

Comments
 (0)