File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
rustls-platform-verifier/src/tests/verification_mock Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,15 @@ jobs:
194
194
./android/emulator.log
195
195
/Users/runner/work/rustls-platform-verifier/rustls-platform-verifier/android/rustls-platform-verifier/build/outputs/androidTest-results/connected/test-result.pb
196
196
197
- # TODO: Test iOS in CI too.
197
+ test_ios :
198
+ name : " Test iOS (Catalyst)"
199
+ runs-on : macos-latest
200
+ steps :
201
+ - uses : actions/checkout@v4
202
+ - name : Run iOS tests
203
+ run : |
204
+ rustup target add aarch64-apple-ios-macabi
205
+ cargo test --target aarch64-apple-ios-macabi
198
206
199
207
test-freebsd :
200
208
name : Test (FreeBSD)
Original file line number Diff line number Diff line change 15
15
16
16
#![ cfg( all(
17
17
any( windows, unix, target_os = "android" ) ,
18
- not( target_os = "ios" ) ,
19
18
// These OSes require a simulator runtime and bundle.
20
19
not( target_os = "tvos" ) ,
21
20
not( target_os = "watchos" ) ,
You can’t perform that action at this time.
0 commit comments