summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Kulp <darren@kulp.ch>2022-06-03 20:40:07 -0400
committerEmilio Cobos Álvarez <emilio@crisal.io>2022-06-05 19:39:25 +0200
commit24252f0876217d18b0ef291446fd7545d0b90bf1 (patch)
tree08aa3d57579b77e6d205f6e0d333427f43673826
parentaa103a6d9059c013e5cea959041a48cbdd9d3131 (diff)
Invoke clippy better for tests
See https://github.com/rust-lang/rust-clippy/issues/1436#issuecomment-462059561
-rw-r--r--.github/workflows/bindgen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bindgen.yml b/.github/workflows/bindgen.yml
index 71baf542..0bc7d235 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