Skip to content

Commit c1f76b3

Browse files
committed
Reformat macOS aarch64 test invocation
1 parent 5a9eb75 commit c1f76b3

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
@@ -479,9 +479,19 @@ auto:
479479

480480
- name: aarch64-apple
481481
env:
482-
SCRIPT: >
483-
./x.py --stage 2 test --host=aarch64-apple-darwin --target=aarch64-apple-darwin &&
484-
./x.py --stage 2 test --host=aarch64-apple-darwin --target=aarch64-apple-darwin src/tools/cargo
482+
SCRIPT: >-
483+
./x.py test
484+
--stage 2
485+
--host=aarch64-apple-darwin
486+
--target=aarch64-apple-darwin
487+
488+
&&
489+
490+
./x.py test
491+
--stage 2
492+
--host=aarch64-apple-darwin
493+
--target=aarch64-apple-darwin
494+
src/tools/cargo
485495
RUST_CONFIGURE_ARGS: >-
486496
--enable-sanitizers
487497
--enable-profiler

0 commit comments

Comments
 (0)