From 053d6af2de8e674ffdfb2fb25a02faa3c7e4802b Mon Sep 17 00:00:00 2001 From: Darren Kulp Date: Fri, 3 Jun 2022 20:40:07 -0400 Subject: [PATCH] Invoke clippy better for tests See https://github.com/rust-lang/rust-clippy/issues/1436#issuecomment-462059561 --- .github/workflows/bindgen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bindgen.yml b/.github/workflows/bindgen.yml index 71baf542f0..0bc7d235d4 100644 --- a/.github/workflows/bindgen.yml +++ b/.github/workflows/bindgen.yml @@ -35,7 +35,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: clippy - args: -- --cfg test + args: --tests msrv: runs-on: ubuntu-latest