1
0
mirror of https://github.com/armink/FlashDB.git synced 2025-01-16 20:12:52 +08:00

Update main.yml

This commit is contained in:
朱天龙 (Armink) 2023-04-21 17:52:25 +08:00 committed by GitHub
parent 94b94eb675
commit 7e38f8ca6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,5 +29,5 @@ jobs:
scons -j$(nproc) -C $TEST_BSP_ROOT
- name: Start test
run: |
python3 qemu_runner.py --elf $TEST_BSP_ROOT/rtthread.elf --sd $TEST_BSP_ROOT/sd.bin
python3 $UTEST_RUNNER_PATH/qemu_runner.py --elf $TEST_BSP_ROOT/rtthread.elf --sd $TEST_BSP_ROOT/sd.bin
cat rtt_console.log