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

@ -26,7 +26,7 @@ if [[ -n $escape_marker && ${#shifted_args[@]} -gt 0 ]]; then
done
shifted_args=()
else
files="$(git ls-files :**/Cargo.lock)"
files="$(git ls-files :**Cargo.lock)"
fi
for lock_file in $files; do