Test Lightbeam.

This commit is contained in:
Dan Gohman
2019-10-02 12:32:18 -07:00
parent 5bf2fc0ffa
commit 239f412616

View File

@@ -90,7 +90,8 @@ if rustup toolchain list | grep -q nightly; then
# Nightly is available, so also run lightbeam's tests, which we
# skipped earlier.
cargo +nightly test --package lightbeam
cargo +nightly test --features lightbeam --package lightbeam
cargo +nightly test --features lightbeam
# Also run wasmtime-py and wasmtime-rust's tests.
RUST_BACKTRACE=1 cargo +nightly test \