Cargo check all targets (#9718)

automerge
This commit is contained in:
Ryo Onodera
2020-04-25 21:14:37 +09:00
committed by GitHub
parent a7f33b5014
commit 05acd4b29f
3 changed files with 30 additions and 13 deletions

View File

@ -13,7 +13,7 @@ export RUSTFLAGS="-D warnings"
# Look for failed mergify.io backports
_ git show HEAD --check --oneline
if _ scripts/cargo-for-all-lock-files.sh check --locked; then
if _ scripts/cargo-for-all-lock-files.sh +"$rust_nightly" check --locked --all-targets; then
true
else
check_status=$?