Update ci.yml

This commit is contained in:
Temirkhan Myrzamadi 2020-01-01 01:00:25 +06:00 committed by GitHub
parent db292eff14
commit 46f29736de
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' if: matrix.rust == 'stable' || matrix.rust == 'beta'
with: with:
command: clippy command: clippy
args: --all-targets --features "" args: --all-targets --features "" -- -D warnings
- name: nightly clippy - name: nightly clippy
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
if: matrix.rust == 'nightly' if: matrix.rust == 'nightly'
with: with:
command: clippy command: clippy
args: --all-targets --all-features args: --all-targets --all-features -- -D warnings