Run clippy in CI

This commit is contained in:
Jack Lloyd 2020-07-30 13:50:08 -04:00
parent a98ec0a84e
commit bc5dec2d9c
2 changed files with 3 additions and 0 deletions

View File

@ -22,3 +22,5 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Clippy
run: cargo clippy

View File

@ -1,3 +1,4 @@
#![deny(warnings)]
#![allow(dead_code)]
#![deny(unsafe_code)]