Move book build into test-checks
This commit is contained in:
@ -15,5 +15,5 @@ _() {
|
|||||||
_ cargo fmt --all -- --check
|
_ cargo fmt --all -- --check
|
||||||
_ cargo clippy --all -- --version
|
_ cargo clippy --all -- --version
|
||||||
_ cargo clippy --all -- --deny=warnings
|
_ cargo clippy --all -- --deny=warnings
|
||||||
|
|
||||||
_ ci/audit.sh
|
_ ci/audit.sh
|
||||||
|
_ book/build.sh
|
||||||
|
@ -13,7 +13,6 @@ _() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_ scripts/ulimit-n.sh
|
_ scripts/ulimit-n.sh
|
||||||
|
|
||||||
_ cargo build --all --verbose
|
_ cargo build --all --verbose
|
||||||
_ cargo test --all --verbose --lib -- --nocapture --test-threads=1
|
_ cargo test --all --verbose --lib -- --nocapture --test-threads=1
|
||||||
|
|
||||||
@ -34,8 +33,6 @@ for program in programs/native/*; do
|
|||||||
)
|
)
|
||||||
done
|
done
|
||||||
|
|
||||||
book/build.sh
|
|
||||||
|
|
||||||
echo --- ci/localnet-sanity.sh
|
echo --- ci/localnet-sanity.sh
|
||||||
(
|
(
|
||||||
set -x
|
set -x
|
||||||
|
Reference in New Issue
Block a user