Add simple kotlin,swift, and python integration tests

This commit is contained in:
Steve Myers
2022-10-21 12:28:03 -05:00
parent 3bec5d2cab
commit ee6ee8139a
8 changed files with 63 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ jobs:
if: ${{ matrix.rust.clippy }}
run: cargo clippy --all-targets -- -D warnings
- name: Test
run: cargo test
run: CLASSPATH=./tests/jna/jna-5.8.0.jar cargo test
fmt:
name: Rust fmt