diff options
Diffstat (limited to '.cargo')
| -rw-r--r-- | .cargo/config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index 1337d89..31a61b0 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,3 @@ [alias] dev="run -- -l debug run" +spec-mvp="test --package tinywasm --test mvp -- test_mvp --exact --nocapture --ignored" |
