Skip to content

Commit d32ce8a

Browse files
committed
Add blame to extras, and asssure it's tested separately on CI
1 parent cdb1100 commit d32ce8a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gix/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ extras = [
6767
"interrupt",
6868
"status",
6969
"dirwalk",
70+
"blame"
7071
]
7172

7273
## A collection of features that need a larger MSRV, and thus are disabled by default.

justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ check:
133133
cargo check -p gix --no-default-features --features credentials --tests
134134
cargo check -p gix --no-default-features --features index --tests
135135
cargo check -p gix --no-default-features --features interrupt --tests
136+
cargo check -p gix --no-default-features --features blame --tests
136137
cargo check -p gix --no-default-features
137138
cargo check -p gix-odb --features serde
138139
cargo check --no-default-features --features max-control

0 commit comments

Comments
 (0)