add clippy to CI

next
Jonathan de Jong 2021-05-05 16:41:22 +00:00
parent bd16850fd4
commit e48cd9b018
1 changed files with 1 additions and 0 deletions

View File

@ -11,3 +11,4 @@ test:cargo:
script:
- rustc --version && cargo --version # Print version info for debugging
- cargo test --workspace --verbose --locked
- cargo clippy