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

Skip to content

Commit 8ef716d

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/ci.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,7 @@ function ci_webassembly_build {
199199
}
200200

201201
function < 59CF span class="pl-en">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)
202+
(cd tests && ./run-tests.py --target webassembly)
204203
}
205204

206205
########################################################################################

0 commit comments

Comments
 (0)
0