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 ebc8f60 commit 16a3eddCopy full SHA for 16a3edd
.github/workflows/ci.yaml
@@ -415,4 +415,4 @@ jobs:
415
- name: build rustpython
416
run: cargo build --release --target wasm32-wasi --features freeze-stdlib,stdlib --verbose
417
- name: run snippets
418
- run: wasmer run --dir . target/wasm32-wasi/release/rustpython.wasm -- extra_tests/snippets/stdlib_random.py
+ run: wasmer run --dir `pwd` target/wasm32-wasi/release/rustpython.wasm -- `pwd`/extra_tests/snippets/stdlib_random.py
0 commit comments