Skip to content

Commit

Permalink
ffi: temp remove tests
Browse files Browse the repository at this point in the history
New uniffi version doesn't find cdylib for tests

Signed-off-by: Yuki Kishimoto <yukikishimoto@protonmail.com>
  • Loading branch information
yukibtc committed Jan 10, 2025
1 parent 1bebc88 commit 9384a0b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 65 deletions.
13 changes: 0 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bindings/nostr-sdk-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ uniffi = { git = "https://github.com/yukibtc/uniffi-rs", rev = "45b4358c762b1ce4
[target.'cfg(target_os = "android")'.dependencies]
paranoid-android = "0.2"

[dev-dependencies]
uniffi = { git = "https://github.com/yukibtc/uniffi-rs", rev = "45b4358c762b1ce49ebd62df4c45bae7e92f2502", features = ["bindgen-tests"] }
#[dev-dependencies]
#uniffi = { git = "https://github.com/yukibtc/uniffi-rs", rev = "45b4358c762b1ce49ebd62df4c45bae7e92f2502", features = ["bindgen-tests"] }
23 changes: 0 additions & 23 deletions bindings/nostr-sdk-ffi/tests/test_equality.py

This file was deleted.

5 changes: 0 additions & 5 deletions bindings/nostr-sdk-ffi/tests/test_generated_bindings.rs

This file was deleted.

14 changes: 0 additions & 14 deletions bindings/nostr-sdk-ffi/tests/test_nip05.py

This file was deleted.

8 changes: 0 additions & 8 deletions bindings/nostr-sdk-ffi/tests/test_to_string.py

This file was deleted.

0 comments on commit 9384a0b

Please sign in to comment.