Commit 1c81339
committed
Exclude aarch64-pc-windows-msvc from CI
Remove the aarch64-pc-windows-msvc target from the coverage matrix and skip running tests/artifact upload for that target in the Rust CI. Changes: .github/workflows/ci-coverage.yml removes the matrix entry; .github/workflows/ci-rust.yml adds matrix.target != 'aarch64-pc-windows-msvc' guards for the Test step and artifact upload, and updates the tarpaulin args case to only apply --jobs 1 to aarch64-unknown-linux-gnu. This prevents running coverage/test steps for the Windows aarch64 target which the tooling does not handle in CI.1 parent ecdaee8 commit 1c81339
2 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
174 | 176 | | |
175 | 177 | | |
176 | 178 | | |
177 | | - | |
| 179 | + | |
178 | 180 | | |
179 | 181 | | |
180 | 182 | | |
| |||
194 | 196 | | |
195 | 197 | | |
196 | 198 | | |
| 199 | + | |
197 | 200 | | |
198 | 201 | | |
199 | 202 | | |
| |||
0 commit comments