Skip to content

Commit dd242da

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

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -479,9 +479,17 @@ 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+
./x.py test
489+
--stage 2
490+
--host=aarch64-apple-darwin
491+
--target=aarch64-apple-darwin
492+
src/tools/cargo
485493
RUST_CONFIGURE_ARGS: >-
486494
--enable-sanitizers
487495
--enable-profiler

0 commit comments

Comments
 (0)