We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55382c0 commit f591642Copy full SHA for f591642
justfile
@@ -153,6 +153,8 @@ doc $RUSTDOCFLAGS="-D warnings":
153
# run all unit tests
154
unit-tests:
155
cargo test --all
156
+ cargo test -p gix-testtools
157
+ cargo test -p gix-testtools --features xz
158
cargo test -p gix-archive --no-default-features
159
cargo test -p gix-archive --features tar
160
cargo test -p gix-archive --features tar_gz
0 commit comments