ci: deny clippy warnings

This commit is contained in:
Antoine Martin 2020-12-17 00:38:56 +01:00
parent 314cf95e1b
commit b93db94573

View file

@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Lint
run: cargo clippy --all --all-targets --all-features
run: cargo clippy --all --all-targets --all-features -- -D warnings
- name: Build
run: cargo build --all
- name: Run tests