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