mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-25 11:43:06 +03:00
test x86_64-apple-ios
This commit is contained in:
parent
c0dd710b81
commit
3ae6b79e5f
3
.github/workflows/test-core.yml
vendored
3
.github/workflows/test-core.yml
vendored
@ -18,7 +18,6 @@ on:
|
|||||||
env:
|
env:
|
||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
CARGO_PROFILE_DEV_DEBUG: 0 # This would add unnecessary bloat to the target folder, decreasing cache efficiency.
|
CARGO_PROFILE_DEV_DEBUG: 0 # This would add unnecessary bloat to the target folder, decreasing cache efficiency.
|
||||||
IOS_DEPLOYMENT_TARGET: '16.0'
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
@ -54,7 +53,7 @@ jobs:
|
|||||||
command: 'test'
|
command: 'test'
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
target: aarch64-apple-ios,
|
target: x86_64-apple-ios,
|
||||||
os: macos-latest,
|
os: macos-latest,
|
||||||
toolchain: '1.64.0',
|
toolchain: '1.64.0',
|
||||||
cross: false,
|
cross: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user