Skip to content

Commit 0a378d9

Browse files
committed
Invoke clippy better for tests
See rust-lang/rust-clippy#1436 (comment)
1 parent c27578f commit 0a378d9

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)