From 0a378d987575bfc6a85763d426f09b3ff4ffa0fd 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 32a5287d32..1bfd0151c1 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