Skip to content

Commit 1163938

Browse files
authored
Merge pull request #1995 from EliahKagan/run-ci/test-without-extras
Cover `gix` with most features but no `extras`
2 parents 9f06836 + 7be6b7f commit 1163938

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

justfile

+1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ unit-tests:
174174
cargo nextest run -p gix-protocol --features blocking-client
175175
cargo nextest run -p gix-protocol --features async-client
176176
cargo nextest run -p gix --no-default-features
177+
cargo nextest run -p gix --no-default-features --features basic,comfort,max-performance-safe
177178
cargo nextest run -p gix --no-default-features --features basic,extras,comfort,need-more-recent-msrv
178179
cargo nextest run -p gix --features async-network-client
179180
cargo nextest run -p gix --features blocking-network-client

0 commit comments

Comments
 (0)