|
|
|
@ -127,24 +127,24 @@ jobs:
|
|
|
|
|
matrix:
|
|
|
|
|
package: ${{ fromJSON(needs.changes.outputs.packages) }}
|
|
|
|
|
platform:
|
|
|
|
|
- {
|
|
|
|
|
target: x86_64-pc-windows-msvc,
|
|
|
|
|
os: windows-latest,
|
|
|
|
|
cross: false,
|
|
|
|
|
command: "test",
|
|
|
|
|
}
|
|
|
|
|
- {
|
|
|
|
|
target: x86_64-unknown-linux-gnu,
|
|
|
|
|
os: ubuntu-latest,
|
|
|
|
|
cross: false,
|
|
|
|
|
command: "test",
|
|
|
|
|
}
|
|
|
|
|
- {
|
|
|
|
|
target: x86_64-apple-darwin,
|
|
|
|
|
os: macos-latest,
|
|
|
|
|
cross: false,
|
|
|
|
|
command: "test",
|
|
|
|
|
}
|
|
|
|
|
# - {
|
|
|
|
|
# target: x86_64-pc-windows-msvc,
|
|
|
|
|
# os: windows-latest,
|
|
|
|
|
# cross: false,
|
|
|
|
|
# command: "test",
|
|
|
|
|
# }
|
|
|
|
|
# - {
|
|
|
|
|
# target: x86_64-unknown-linux-gnu,
|
|
|
|
|
# os: ubuntu-latest,
|
|
|
|
|
# cross: false,
|
|
|
|
|
# command: "test",
|
|
|
|
|
# }
|
|
|
|
|
# - {
|
|
|
|
|
# target: x86_64-apple-darwin,
|
|
|
|
|
# os: macos-latest,
|
|
|
|
|
# cross: false,
|
|
|
|
|
# command: "test",
|
|
|
|
|
# }
|
|
|
|
|
- {
|
|
|
|
|
target: aarch64-apple-ios,
|
|
|
|
|
os: macos-latest,
|
|
|
|
|