tools/ci.sh: Add test for mpy-tool's merging feature.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2022-06-03 01:11:59 +10:00
parent 599a22e569
commit bf92b0cbf2
2 changed files with 26 additions and 0 deletions

View File

@@ -71,6 +71,8 @@ jobs:
run: source tools/ci.sh && ci_unix_coverage_build
- name: Run main test suite
run: source tools/ci.sh && ci_unix_coverage_run_tests
- name: Test merging .mpy files
run: source tools/ci.sh && ci_unix_coverage_run_mpy_merge_tests
- name: Build native mpy modules
run: source tools/ci.sh && ci_native_mpy_modules_build
- name: Test importing .mpy generated by mpy_ld.py