Skip to content

Commit 24252f0

Browse files
kulpemilio
authored andcommitted
Invoke clippy better for tests
See rust-lang/rust-clippy#1436 (comment)
1 parent aa103a6 commit 24252f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bindgen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions-rs/cargo@v1
3636
with:
3737
command: clippy
38-
args: -- --cfg test
38+
args: --tests
3939

4040
msrv:
4141
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)