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 18b8929 commit a6c9e62Copy full SHA for a6c9e62
tools/ci.sh
@@ -195,12 +195,12 @@ function ci_webassembly_setup {
195
196
function ci_webassembly_build {
197
source emsdk/emsdk_env.sh
198
+ make ${MAKEOPTS} -C ports/webassembly submodules
199
make ${MAKEOPTS} -C ports/webassembly
200
}
201
202
function ci_webassembly_run_tests {
- # 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