From 46f29736de722d764d47937521016ea338e72480 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Wed, 1 Jan 2020 01:00:25 +0600 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ef783a2..5e273fcb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,11 +62,11 @@ jobs: if: matrix.rust == 'stable' || matrix.rust == 'beta' with: command: clippy - args: --all-targets --features "" + args: --all-targets --features "" -- -D warnings - name: nightly clippy uses: actions-rs/cargo@v1 if: matrix.rust == 'nightly' with: command: clippy - args: --all-targets --all-features + args: --all-targets --all-features -- -D warnings