feat: add 'reserved word' construct
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
This commit is contained in:
parent
2a63077cac
commit
201b41cf11
31 changed files with 2367 additions and 1628 deletions
|
|
@ -90,6 +90,9 @@ pub fn run(args: &Test) -> Result<()> {
|
|||
} else {
|
||||
let mut cargo_cmd = Command::new("cargo");
|
||||
cargo_cmd.arg("test");
|
||||
if args.wasm {
|
||||
cargo_cmd.arg("--features").arg("wasm");
|
||||
}
|
||||
if !test_flags.is_empty() {
|
||||
cargo_cmd.arg(test_flags);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue