Fix cargo clippy CI workflow
This commit is contained in:
parent
2fcafe2b80
commit
25617d1f23
2
.github/workflows/cont_integration.yml
vendored
2
.github/workflows/cont_integration.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
|||||||
run: cargo build --features uniffi/cli
|
run: cargo build --features uniffi/cli
|
||||||
- name: Clippy
|
- name: Clippy
|
||||||
if: ${{ matrix.rust.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
|
- name: Test
|
||||||
run: CLASSPATH=./tests/jna/jna-5.8.0.jar cargo test
|
run: CLASSPATH=./tests/jna/jna-5.8.0.jar cargo test
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user