mirror of
https://github.com/sharkdp/bat
synced 2024-11-04 18:00:24 +00:00
Add regex-onig feature to 'cargo check' tests
This commit is contained in:
parent
9793bb3938
commit
fccbe4f4f2
8
ci/script.bash
vendored
8
ci/script.bash
vendored
@ -14,7 +14,7 @@ if [[ $TARGET != arm-unknown-linux-gnueabihf ]] && [[ $TARGET != aarch64-unknown
|
||||
fi
|
||||
|
||||
# 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 git
|
||||
cargo check --target "$TARGET" --verbose --lib --no-default-features --features 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
|
||||
cargo check --target "$TARGET" --verbose --lib --no-default-features --features regex-onig,git
|
||||
cargo check --target "$TARGET" --verbose --lib --no-default-features --features regex-onig,paging
|
||||
cargo check --target "$TARGET" --verbose --lib --no-default-features --features regex-onig,git,paging
|
||||
|
Loading…
Reference in New Issue
Block a user