Skip to content

Commit 6ee58e7

Browse files
committed
Also add clippy
1 parent 043d5da commit 6ee58e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if [ "$ver" = msrv ]; then
4040
ver=$(cargo metadata --format-version 1 --no-deps | \
4141
jq -r '.packages[0].rust_version')
42-
extra=(-c rustfmt)
42+
extra=(-c rustfmt -c clippy)
4343
fi
4444
rustup toolchain install "$ver" --profile minimal --no-self-update "${extra[@]}"
4545
rustup default "$ver"

0 commit comments

Comments
 (0)