Fix cargo test workflow

This commit is contained in:
thunderbiscuit
2023-02-28 11:55:29 -05:00
parent 25617d1f23
commit 44b2ef1382
4 changed files with 9 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ jobs:
if: ${{ matrix.rust.clippy }}
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
run: CLASSPATH=./tests/jna/jna-5.8.0.jar cargo test --features uniffi/bindgen-tests,uniffi/cli
fmt:
name: Rust fmt