From cac08171dea9cf6d8a57a1d27cd46971dbbec52d Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 18 Dec 2018 18:32:45 -0800 Subject: [PATCH] nit: prevent book build from getting expanded by default --- ci/test-checks.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/test-checks.sh b/ci/test-checks.sh index f817498f3e..d0e240ec4f 100755 --- a/ci/test-checks.sh +++ b/ci/test-checks.sh @@ -14,3 +14,5 @@ _ cargo clippy --all -- --version _ cargo clippy --all -- --deny=warnings _ ci/audit.sh _ book/build.sh + +echo --- ok