mirror of
https://gitee.com/openharmony/third_party_rust_bindgen
synced 2024-12-12 09:46:23 +00:00
Invoke clippy better for tests
See https://github.com/rust-lang/rust-clippy/issues/1436#issuecomment-462059561
This commit is contained in:
parent
aa103a6d90
commit
24252f0876
2
.github/workflows/bindgen.yml
vendored
2
.github/workflows/bindgen.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: clippy
|
||||
args: -- --cfg test
|
||||
args: --tests
|
||||
|
||||
msrv:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user