Don't fail on warnings

This commit is contained in:
Temirkhan Myrzamadi 2020-01-01 00:44:03 +06:00 committed by GitHub
parent 7398f65122
commit 52938f2f9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,11 +62,11 @@ jobs:
if: matrix.rust == 'stable' || matrix.rust == 'beta'
with:
command: clippy
args: --all-targets --features "" -- -D warnings
args: --all-targets --features ""
- name: nightly clippy
uses: actions-rs/cargo@v1
if: matrix.rust == 'nightly'
with:
command: clippy
args: --all-targets --all-features -- -D warnings
args: --all-targets --all-features