Add CI typecheck for iOS UniFFI app bridge

This commit is contained in:
Mikhail Kilin
2026-05-21 00:48:30 +03:00
parent 75cd319f53
commit aec3678bd6
3 changed files with 41 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ jobs:
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: Swift app UniFFI bridge typecheck
run: scripts/typecheck-ios-uniffi-app-bridge.sh /tmp/tele-ios-ffi-swift-smoke /tmp/tele-ios-ffi-app-typecheck-module-cache
- name: Generate iOS FFI bindings
run: scripts/generate-ios-ffi-bindings.sh /tmp/tele-ios-ffi
- name: Swift bindings typecheck