8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88203ea commit 8ef716dCopy full SHA for 8ef716d
tools/ci.sh
@@ -199,8 +199,7 @@ function ci_webassembly_build {
199
}
200
201
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)
+ (cd tests && ./run-tests.py --target webassembly)
204
205
206
########################################################################################
0 commit comments