blob: 48b5e9bacc0c3402c33137e92bcf5c49bf5d384b [file] [log] [blame] [edit]
#!/bin/sh
set -ex
cargo test --target $TARGET
if rustc --version | grep nightly; then
cargo build --target $TARGET --manifest-path crates/as-if-std/Cargo.toml
fi