From f5916427c9b6a5df8f5659c2eeb2df6fce60671c Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 23 Jun 2024 09:46:57 +0200 Subject: [PATCH] validate test-tools with all possible feature combinations --- justfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/justfile b/justfile index 8979a7777fd..c269f9e9b34 100755 --- a/justfile +++ b/justfile @@ -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