Run clippy before check to avoid being skipped (#10464)

* Run clippy before check to avoid being skipped

* Tweak output

* Apply a workaround
This commit is contained in:
Ryo Onodera
2020-06-09 12:25:39 +09:00
committed by GitHub
parent 704d98ac28
commit 9d07a23c46
2 changed files with 7 additions and 3 deletions

View File

@ -30,6 +30,9 @@ else
fi
for lock_file in $files; do
if [[ -n $CI ]]; then
echo "--- [$lock_file]: cargo " "${shifted_args[@]}" "$@"
fi
(
set -x
cd "$(dirname "$lock_file")"