Skip to content

Commit 459402d

Browse files
committed
add stdlib test to yasi
1 parent ff85fc9 commit 459402d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,6 @@ jobs:
352352
uses: actions-rs/cargo@v1
353353
with:
354354
command: build
355-
args: --release --target wasm32-wasi --features freeze-stdlib --verbose
355+
args: --release --target wasm32-wasi --features freeze-stdlib,stdlib --verbose
356356
- name: run snippets
357-
run: wasmer run --dir . target/wasm32-wasi/release/rustpython.wasm -- extra_tests/snippets/variables.py
357+
run: wasmer run --dir . target/wasm32-wasi/release/rustpython.wasm -- extra_tests/snippets/stdlib_random.py

0 commit comments

Comments
 (0)