Allow pending changes for `test-checks.sh` for local build (#32728)
* Add `local` options for ci test-check script * check env instead * remove usage() --------- Co-authored-by: HaoranYi <haoran.yi@solana.com>
This commit is contained in:
parent
207820879b
commit
dbe6d0353f
|
@ -15,6 +15,7 @@ cargoNightly="$(readlink -f "./cargo") nightly"
|
|||
|
||||
scripts/increment-cargo-version.sh check
|
||||
|
||||
if [ -n "$CI" ] ; then
|
||||
# Disallow uncommitted Cargo.lock changes
|
||||
(
|
||||
_ scripts/cargo-for-all-lock-files.sh tree >/dev/null
|
||||
|
@ -28,6 +29,7 @@ EOF
|
|||
exit 1
|
||||
fi
|
||||
)
|
||||
fi
|
||||
|
||||
echo --- build environment
|
||||
(
|
||||
|
|
Loading…
Reference in New Issue