File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -285,14 +285,14 @@ function ci_qemu_build_arm {
285
285
make ${MAKEOPTS} -C ports/qemu submodules
286
286
make ${MAKEOPTS} -C ports/qemu CFLAGS_EXTRA=-DMP_ENDIANNESS_BIG=1
287
287
make ${MAKEOPTS} -C ports/qemu clean
288
- make ${MAKEOPTS} -C ports/qemu test
289
- make ${MAKEOPTS} -C ports/qemu BOARD=SABRELITE test
288
+ make ${MAKEOPTS} -C ports/qemu test_full
289
+ make ${MAKEOPTS} -C ports/qemu BOARD=SABRELITE test_full
290
290
}
291
291
292
292
function ci_qemu_build_rv32 {
293
293
make ${MAKEOPTS} -C mpy-cross
294
294
make ${MAKEOPTS} -C ports/qemu BOARD=VIRT_RV32 submodules
295
- make ${MAKEOPTS} -C ports/qemu BOARD=VIRT_RV32 test
295
+ make ${MAKEOPTS} -C ports/qemu BOARD=VIRT_RV32 test_full
296
296
297
297
# Test building and running native .mpy with rv32imc architecture.
298
298
ci_native_mpy_modules_build rv32imc
You can’t perform that action at this time.
0 commit comments