Skip to content

Commit 14fcb14

Browse files
authored
Update rust.yml
1 parent ffeb92a commit 14fcb14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
rustup component add --toolchain nightly-x86_64-unknown-linux-gnu rustfmt
1616
cd rust
1717
cargo fmt -- --check
18+
rustup component add --toolchain nightly-x86_64-unknown-linux-gnu clippy
1819
RUSTFLAGS="-A unused" cargo clippy -- -Dwarnings
1920
cargo clippy --tests
2021
- name: compile and test

0 commit comments

Comments
 (0)