Skip to content

Commit a0323dd

Browse files
committed
Reformat macOS aarch64 test invocation
1 parent 8dd70de commit a0323dd

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -482,9 +482,19 @@ auto:
482482

483483
- name: aarch64-apple
484484
env:
485-
SCRIPT: >
486-
./x.py --stage 2 test --host=aarch64-apple-darwin --target=aarch64-apple-darwin &&
487-
./x.py --stage 2 test --host=aarch64-apple-darwin --target=aarch64-apple-darwin src/tools/cargo
485+
SCRIPT: >-
486+
./x.py test
487+
--stage 2
488+
--host=aarch64-apple-darwin
489+
--target=aarch64-apple-darwin
490+
491+
&&
492+
493+
./x.py test
494+
--stage 2
495+
--host=aarch64-apple-darwin
496+
--target=aarch64-apple-darwin
497+
src/tools/cargo
488498
RUST_CONFIGURE_ARGS: >-
489499
--enable-sanitizers
490500
--enable-profiler

0 commit comments

Comments
 (0)