mirror of
https://github.com/sharkdp/bat
synced 2024-11-27 06:10:20 +00:00
Add regex-onig feature to 'cargo check' tests
This commit is contained in:
parent
9793bb3938
commit
fccbe4f4f2
1 changed files with 4 additions and 4 deletions
8
ci/script.bash
vendored
8
ci/script.bash
vendored
|
@ -14,7 +14,7 @@ if [[ $TARGET != arm-unknown-linux-gnueabihf ]] && [[ $TARGET != aarch64-unknown
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check bat-as-a-library, which has a smaller set of dependencies
|
# Check bat-as-a-library, which has a smaller set of dependencies
|
||||||
cargo check --target "$TARGET" --verbose --lib --no-default-features
|
cargo check --target "$TARGET" --verbose --lib --no-default-features --features regex-onig
|
||||||
cargo check --target "$TARGET" --verbose --lib --no-default-features --features git
|
cargo check --target "$TARGET" --verbose --lib --no-default-features --features regex-onig,git
|
||||||
cargo check --target "$TARGET" --verbose --lib --no-default-features --features paging
|
cargo check --target "$TARGET" --verbose --lib --no-default-features --features regex-onig,paging
|
||||||
cargo check --target "$TARGET" --verbose --lib --no-default-features --features git,paging
|
cargo check --target "$TARGET" --verbose --lib --no-default-features --features regex-onig,git,paging
|
||||||
|
|
Loading…
Reference in a new issue