We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf70bb commit 8dbaacfCopy full SHA for 8dbaacf
scripts/test-all.sh
@@ -95,8 +95,9 @@ if rustup toolchain list | grep -q nightly; then
95
cargo +nightly test --features lightbeam
96
97
# Also run wasmtime-py and wasmtime-rust's tests.
98
+ # Temporarily disable wasmtime-py due to https://github.com/bytecodealliance/wasmtime/issues/468
99
+ # --package wasmtime-py
100
RUST_BACKTRACE=1 cargo +nightly test \
- --package wasmtime-py \
101
--package wasmtime-rust
102
else
103
echo "nightly toolchain not found, skipping fuzz target integration test"
0 commit comments