From fccbe4f4f29748acc7a982a0fafaa5a93962b7aa Mon Sep 17 00:00:00 2001 From: sharkdp Date: Tue, 31 Mar 2020 10:37:49 +0200 Subject: [PATCH] Add regex-onig feature to 'cargo check' tests --- ci/script.bash | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/script.bash b/ci/script.bash index c53d62e2..050c9b87 100755 --- a/ci/script.bash +++ b/ci/script.bash @@ -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