summaryrefslogtreecommitdiff
path: root/.cargo
diff options
context:
space:
mode:
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
index 3e15584..7ccfd76 100644
--- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -4,4 +4,5 @@ dev="run -- -l debug run"
test-mvp="test --package tinywasm --test test-mvp --release -- --enable "
test-wast="test --package tinywasm --test test-wast -- --enable "
+test-wast-release="test --package tinywasm --test test-wast --release -- --enable "
generate-charts="test --package tinywasm --test generate-charts -- --enable "