File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -263,6 +263,26 @@ jobs:
263263 if : failure()
264264 run : tests/run-tests.py --print-failures
265265
266+ sanitize_address :
267+ runs-on : ubuntu-latest
268+ steps :
269+ - uses : actions/checkout@v4
270+ - name : Install packages
271+ run : source tools/ci.sh && ci_unix_coverage_setup
272+ - name : Build
273+ run : source tools/ci.sh && ci_unix_sanitize_address_build
274+ - name : Run main test suite
275+ run : source tools/ci.sh && ci_unix_sanitize_address_run_tests
276+ - name : Test merging .mpy files
277+ run : source tools/ci.sh && ci_unix_coverage_run_mpy_merge_tests
278+ - name : Build native mpy modules
279+ run : source tools/ci.sh && ci_native_mpy_modules_build
280+ - name : Test importing .mpy generated by mpy_ld.py
281+ run : source tools/ci.sh && ci_unix_coverage_run_native_mpy_tests
282+ - name : Print failures
283+ if : failure()
284+ run : tests/run-tests.py --print-failures
285+
266286 sanitize_undefined :
267287 runs-on : ubuntu-latest
268288 steps :
You can’t perform that action at this time.
0 commit comments