summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
diff options
context:
space:
mode:
Diffstat (limited to '.cargo/config.toml')
-rw-r--r--.cargo/config.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
index f9691ee..743421a 100644
--- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -2,5 +2,6 @@
version-dev="workspaces version --no-git-commit --force tinywasm*"
dev="run -- -l debug run"
-test-mvp="test --package tinywasm --test mvp -- test_mvp --exact --nocapture --ignored"
-generate-charts="test --package tinywasm --test mvp -- generate_charts --ignored"
+test-mvp="test --package tinywasm --test test-mvp"
+test-wast="test --package tinywasm --test test-wast --"
+generate-charts="test --package tinywasm --test generate-charts"