diff options
| author | Damien George <damien@micropython.org> | 2024-09-30 11:56:40 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2025-01-06 17:57:48 +1100 |
| commit | 495ce91caefda4623b026520e2b8d8709e274843 (patch) | |
| tree | 198da0a5837668025ccd30820a6e05d9ce375c93 | |
| parent | b2a45014612beb0f1a79342d1921d5ea0fb2af2d (diff) | |
tools/ci.sh: Run test_full for qemu port CI.
Signed-off-by: Damien George <damien@micropython.org>
| -rwxr-xr-x | tools/ci.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/ci.sh b/tools/ci.sh index 8d75d7cec..374395abd 100755 --- a/tools/ci.sh +++ b/tools/ci.sh @@ -285,14 +285,14 @@ function ci_qemu_build_arm { make ${MAKEOPTS} -C ports/qemu submodules make ${MAKEOPTS} -C ports/qemu CFLAGS_EXTRA=-DMP_ENDIANNESS_BIG=1 make ${MAKEOPTS} -C ports/qemu clean - make ${MAKEOPTS} -C ports/qemu test - make ${MAKEOPTS} -C ports/qemu BOARD=SABRELITE test + make ${MAKEOPTS} -C ports/qemu test_full + make ${MAKEOPTS} -C ports/qemu BOARD=SABRELITE test_full } function ci_qemu_build_rv32 { make ${MAKEOPTS} -C mpy-cross make ${MAKEOPTS} -C ports/qemu BOARD=VIRT_RV32 submodules - make ${MAKEOPTS} -C ports/qemu BOARD=VIRT_RV32 test + make ${MAKEOPTS} -C ports/qemu BOARD=VIRT_RV32 test_full # Test building and running native .mpy with rv32imc architecture. ci_native_mpy_modules_build rv32imc |
