Update ci.yml

This commit is contained in:
Temirkhan Myrzamadi 2020-02-20 23:03:16 +06:00 committed by GitHub
parent a40f34366e
commit 790d721a9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,8 @@ jobs:
- nightly
steps:
- env:
RUST_BACKTRACE: 1
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
@ -68,5 +70,5 @@ jobs:
uses: actions-rs/cargo@v1
if: matrix.rust == 'nightly'
with:
command: RUST_BACKTRACE=1 clippy
command: clippy
args: --all-targets --all-features -- -D warnings