6 lines
121 B
Bash
Executable file
6 lines
121 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
cargo test --target $TARGET
|
|
cargo build --target $TARGET --manifest-path crates/as-if-std/Cargo.toml
|