diff --git a/ci/test-checks.sh b/ci/test-checks.sh index 8a09a7490b..92b6b15326 100755 --- a/ci/test-checks.sh +++ b/ci/test-checks.sh @@ -15,5 +15,5 @@ _() { _ cargo fmt --all -- --check _ cargo clippy --all -- --version _ cargo clippy --all -- --deny=warnings - _ ci/audit.sh +_ book/build.sh diff --git a/ci/test-stable.sh b/ci/test-stable.sh index 3bee30317c..f2d934e890 100755 --- a/ci/test-stable.sh +++ b/ci/test-stable.sh @@ -13,7 +13,6 @@ _() { } _ scripts/ulimit-n.sh - _ cargo build --all --verbose _ cargo test --all --verbose --lib -- --nocapture --test-threads=1 @@ -34,8 +33,6 @@ for program in programs/native/*; do ) done -book/build.sh - echo --- ci/localnet-sanity.sh ( set -x