Fix cargo clippy CI workflow

This commit is contained in:
thunderbiscuit 2023-02-28 09:27:56 -05:00
parent 2fcafe2b80
commit 25617d1f23
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -43,7 +43,7 @@ jobs:
run: cargo build --features uniffi/cli
- name: Clippy
if: ${{ matrix.rust.clippy }}
run: cargo clippy --all-targets -- -D warnings
run: cargo clippy --all-targets --features "uniffi/bindgen-tests uniffi/cli" -- -D warnings
- name: Test
run: CLASSPATH=./tests/jna/jna-5.8.0.jar cargo test