test x86_64-apple-ios

This commit is contained in:
Lucas Nogueira 2023-02-24 11:58:40 -03:00
parent c0dd710b81
commit 3ae6b79e5f
No known key found for this signature in database
GPG Key ID: C54D79C4018F1D19

View File

@ -18,7 +18,6 @@ on:
env:
RUST_BACKTRACE: 1
CARGO_PROFILE_DEV_DEBUG: 0 # This would add unnecessary bloat to the target folder, decreasing cache efficiency.
IOS_DEPLOYMENT_TARGET: '16.0'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
@ -54,7 +53,7 @@ jobs:
command: 'test'
}
- {
target: aarch64-apple-ios,
target: x86_64-apple-ios,
os: macos-latest,
toolchain: '1.64.0',
cross: false,