Skip to content

Commit a9fb6be

Browse files
committed
fix ci problem.
1 parent 72916e7 commit a9fb6be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/utest_auto_run.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@ jobs:
4949
- "kernel/object.cfg"
5050

5151
include:
52-
# dfs.cfg only run on qemu-vexpress-a9
52+
# only run on qemu-vexpress-a9
5353
- platform: { UTEST: "A9", RTT_BSP: "bsp/qemu-vexpress-a9", QEMU_ARCH: "arm", QEMU_MACHINE: "vexpress-a9", SD_FILE: "sd.bin", KERNEL: "standard", "SMP_RUN":"" }
5454
config_file: "dfs/dfs.cfg"
55+
56+
- platform: { UTEST: "A9", RTT_BSP: "bsp/qemu-vexpress-a9", QEMU_ARCH: "arm", QEMU_MACHINE: "vexpress-a9", SD_FILE: "sd.bin", KERNEL: "standard", "SMP_RUN":"" }
5557
config_file: "cpp11/cpp11.cfg"
5658

5759
env:

0 commit comments

Comments
 (0)