Deny warnings in CI

This commit is contained in:
CreepySkeleton 2020-05-02 21:33:32 +03:00
parent 2eebd76a04
commit f803616011

View file

@ -39,7 +39,7 @@ jobs:
script:
- echo "Checking codebase with Clippy release `cargo clippy --version`."
- cargo clippy --lib --features "yaml unstable" -- -D warnings
- cargo clippy --tests --examples --features "yaml unstable"
- cargo clippy --tests --examples --features "yaml unstable" -- -D warnings
- cargo fmt -- --check
- name: Coverage
addons: