From 9490fc6a3afd240f164d90175ab2f353bf1d260b Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Mon, 26 Oct 2020 23:29:29 -0400 Subject: [PATCH] Force Clippy nightly lints to all warn, never error --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5ccaf50..dad99b43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,7 +121,7 @@ jobs: with: name: Clippy (nightly) token: ${{ secrets.GITHUB_TOKEN }} - args: --all-features --all-targets + args: --all-features --all-targets -- -W clippy::all fmt: name: Rustfmt