From 9d1ba57a73043b48f33a98bec2c67b871ef978dd Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Khan Date: Thu, 7 Mar 2024 16:44:31 +0100 Subject: [PATCH] =?UTF-8?q?=E2=8F=AA=EF=B8=8F=20Revert=20"=F0=9F=91=B7=20C?= =?UTF-8?q?I:=20Tell=20clippy=20to=20also=20lint=20tests"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit ece49d965d7389544fafcd8721807a5e6520bc42. This turns out to be a bad idea: https://github.com/dbus2/busd/actions/runs/8177258949/job/22398322387 --- .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 bad49be..2f34621 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,4 +65,4 @@ jobs: components: clippy - uses: Swatinem/rust-cache@v2 - name: Check common mistakes - run: cargo clippy --tests --all -- -D warnings + run: cargo clippy --all -- -D warnings