Skip to content

Commit d562c46

Browse files
committed
CI: Add cargo tests to aarch64-apple-darwin
This adds running of cargo's tests to the aarch64-apple-darwin job. The reason for this is that tier-1 targets are ostensibly supposed to run tests for host tools, but we are not doing that here. We do have fairly good coverage in Cargo's CI, but we don't have much coverage of beta or stable. I think it would be good to have a fallback here.
1 parent 642e49b commit d562c46

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,9 @@ auto:
459459

460460
- name: aarch64-apple
461461
env:
462-
SCRIPT: ./x.py --stage 2 test --host=aarch64-apple-darwin --target=aarch64-apple-darwin
462+
SCRIPT: >
463+
./x.py --stage 2 test --host=aarch64-apple-darwin --target=aarch64-apple-darwin &&
464+
./x.py --stage 2 test --host=aarch64-apple-darwin --target=aarch64-apple-darwin src/tools/cargo
463465
RUST_CONFIGURE_ARGS: >-
464466
--enable-sanitizers
465467
--enable-profiler

0 commit comments

Comments
 (0)