Run clippy in CI
This commit is contained in:
parent
a98ec0a84e
commit
bc5dec2d9c
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -22,3 +22,5 @@ jobs:
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
- name: Clippy
|
||||
run: cargo clippy
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
#![deny(warnings)]
|
||||
#![allow(dead_code)]
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user