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:
@ -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")"
|
||||
|
Reference in New Issue
Block a user