Skip to content

Commit da2a5e9

Browse files
committed
Enable clippy in CI.
1 parent 65afff4 commit da2a5e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/script.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ main() {
3131
if [ $TARGET = x86_64-unknown-linux-gnu ]; then
3232
./check-blobs.sh
3333
fi
34+
35+
if [ $TRAVIS_RUST_VERSION = nightly ]; then
36+
rustup component add clippy
37+
cargo clippy --target $TARGET
38+
fi
3439
}
3540

3641
main

0 commit comments

Comments
 (0)