clippy for all targets and features

This commit is contained in:
Abraham Toriz 2021-12-13 14:23:51 -06:00
parent 8b6d9be92e
commit 6f341bcbf4
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ test:cargo:
script:
- rustc --version && cargo --version # Print version info for debugging
- rustup component add clippy
- cargo clippy -- -D warnings
- cargo clippy --all-targets --all-features -- -D warnings
- cargo test
build: