rustls-platform-verifier icon indicating copy to clipboard operation
rustls-platform-verifier copied to clipboard

Add iOS integration testing to CI

Open complexspaces opened this issue 3 years ago • 0 comments

To complete test coverage for the native platforms (WASM testing will need handled on its own), we need to add iOS testing inside of CI. This can be done via the simulator included with XCode on the GitHub actions runners. It should run the exact same tests that the Android FFI testing layer currently uses.

Past work in this area includes:

complexspaces avatar Nov 15 '22 18:11 complexspaces