8000 tools/ci.sh: Update webassembly CI tests. · micropython/micropython@ab00c8b · GitHub
[go: up one dir, main page]

Skip to content

Commit ab00c8b

Browse files
committed
tools/ci.sh: Update webassembly CI tests.
Signed-off-by: Damien George <damien@micropython.org>
1 parent 19be011 commit ab00c8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,12 @@ function ci_webassembly_setup {
195195

196196
function ci_webassembly_build {
197197
source emsdk/emsdk_env.sh
198+
make ${MAKEOPTS} -C ports/webassembly submodules
198199
make ${MAKEOPTS} -C ports/webassembly
199200
}
200201

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

206206
########################################################################################

0 commit comments

Comments
 (0)
0