process: ci: enable clippy checks as part of the build

This commit is contained in:
Ivan Petkov
2019-06-24 16:57:19 -07:00
parent f16725ea9f
commit 26faefcc34
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -38,7 +38,12 @@ matrix:
- cargo tarpaulin -v --forward --out Xml
- bash <(curl -s https://codecov.io/bash)
before_script:
- rustup component add clippy
script:
- cargo clippy --all-targets --all-features
- cargo build
- cargo test
env: