summaryrefslogtreecommitdiff
path: root/.cargo
diff options
context:
space:
mode:
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/config.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
index 19d47a2..807bc56 100644
--- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -1,7 +1,6 @@
[alias]
version-dev="workspaces version --no-git-commit --force tinywasm*"
dev="run -- -l debug run"
-
test-mvp="test --package tinywasm --test test-mvp --release -- --enable "
test-2="test --package tinywasm --test test-two --release -- --enable "
test-wast="test --package tinywasm --test test-wast -- --enable "