From 52938f2f9e2fccea51de429adcd843c8723d75a5 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Wed, 1 Jan 2020 00:44:03 +0600 Subject: [PATCH] Don't fail on warnings --- .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 5e273fcb..8ef783a2 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 "" -- -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