Add Swift FFI executable smoke

This commit is contained in:
Mikhail Kilin
2026-05-21 00:12:08 +03:00
parent 5ac63b84fb
commit 9b4e277ce0
3 changed files with 102 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ jobs:
run: cargo test --workspace --all-features
- name: Fake iOS FFI tests
run: cargo test -p tele-ios-ffi --no-default-features --features standalone-fake
- name: Swift FFI smoke
run: scripts/smoke-ios-ffi-swift.sh /tmp/tele-ios-ffi-swift-smoke
- name: Generate iOS FFI bindings
run: scripts/generate-ios-ffi-bindings.sh /tmp/tele-ios-ffi
- name: Swift bindings typecheck