From 42e3825dafcfc0255471c2213d3c97ddb5a21fa6 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 30 Mar 2020 13:18:41 -0700 Subject: Updates for review of PR 899 --- ci/script.bash | 1 + 1 file changed, 1 insertion(+) (limited to 'ci') diff --git a/ci/script.bash b/ci/script.bash index 0a7a3ee8..c53d62e2 100755 --- a/ci/script.bash +++ b/ci/script.bash @@ -17,3 +17,4 @@ fi 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 -- cgit v1.2.3