Skip to content

Commit 1bc1370

Browse files
committed
Add wasi unittest CI
1 parent 6b7b080 commit 1bc1370

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,3 +411,5 @@ jobs:
411411
run: cargo build --release --target wasm32-wasi --features freeze-stdlib,stdlib --verbose
412412
- name: run snippets
413413
run: wasmer run --dir `pwd` target/wasm32-wasi/release/rustpython.wasm -- `pwd`/extra_tests/snippets/stdlib_random.py
414+
- name: run cpython unittest
415+
run: wasmer run --dir `pwd` target/wasm32-wasi/release/rustpython.wasm -- `pwd`/Lib/test/test_int.py

0 commit comments

Comments
 (0)