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

Skip to content

Commit 811f250

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/ci.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,12 @@ function ci_webassembly_setup {
184184

185185
function ci_webassembly_build {
186186
source emsdk/emsdk_env.sh
187-
make ${MAKEOPTS} -C ports/webassembly
187+
make ${MAKEOPTS} -C ports/webassembly VARIANT=pyscript submodules
188+
make ${MAKEOPTS} -C ports/webassembly VARIANT=pyscript
188189
}
189190

190191
function ci_webassembly_run_tests {
191-
# This port is very slow at running, so only run a few of the tests.
192-
(cd tests && MICROPY_MICROPYTHON=../ports/webassembly/node_run.sh ./run-tests.py -j1 basics/builtin_*.py)
192+
make -C ports/webassembly VARIANT=pyscript test
193193
}
194194

195195
########################################################################################

0 commit comments

Comments
 (0)
0