Skip to content

Commit df065cf

Browse files
committed
Formatting
1 parent 26f0ac1 commit df065cf

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ jobs:
362362
export PATH=/opt/qemu/bin:$PATH
363363
just test-qemu-v7a
364364
365-
366365
# Run some programs in QEMU 9 for Armv7-R
367366
# These tests build with nightly as pinned by the rust-toolchain.toml file, because they include Tier 3 targets
368367
test-qemu-v7r:
@@ -384,7 +383,7 @@ jobs:
384383
run: |
385384
export PATH=/opt/qemu/bin:$PATH
386385
just test-qemu-v7r
387-
386+
388387
# Run some programs in QEMU 9 for Armv8-R
389388
# These tests build with nightly as pinned by the rust-toolchain.toml file, because they include Tier 3 targets
390389
test-qemu-v8r:
@@ -410,7 +409,15 @@ jobs:
410409
# Gather all the above QEMU jobs together for the purposes of getting an overall pass-fail
411410
test-qemu-all:
412411
runs-on: ubuntu-24.04
413-
needs: [test-qemu-v4t, test-qemu-v5te, test-qemu-v6, test-qemu-v7a, test-qemu-v7r, test-qemu-v8r]
412+
needs:
413+
[
414+
test-qemu-v4t,
415+
test-qemu-v5te,
416+
test-qemu-v6,
417+
test-qemu-v7a,
418+
test-qemu-v7r,
419+
test-qemu-v8r,
420+
]
414421
steps:
415422
- run: /bin/true
416423

0 commit comments

Comments
 (0)