Skip to content

Commit

Permalink
tools/ci.sh: Update webassembly CI tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Damien George <damien@micropython.org>
  • Loading branch information
dpgeorge committed Feb 2, 2024
1 parent 18b8929 commit a6c9e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,12 @@ function ci_webassembly_setup {

function ci_webassembly_build {
source emsdk/emsdk_env.sh
make ${MAKEOPTS} -C ports/webassembly submodules
make ${MAKEOPTS} -C ports/webassembly
}

function ci_webassembly_run_tests {
# This port is very slow at running, so only run a few of the tests.
(cd tests && MICROPY_MICROPYTHON=../ports/webassembly/node_run.sh ./run-tests.py -j1 basics/builtin_*.py)
(cd tests && ./run-tests.py --target webassembly)
}

########################################################################################
Expand Down

0 comments on commit a6c9e62

Please sign in to comment.