From fc97f2cab27658b81ef9409b3f388226a4745cee Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Sun, 17 Dec 2023 15:57:50 +0100 Subject: chore: improve progress graph, add contributing.md Signed-off-by: Henry Gressmann --- .cargo/config.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.cargo') diff --git a/.cargo/config.toml b/.cargo/config.toml index 4148675..f9691ee 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,4 +1,6 @@ [alias] version-dev="workspaces version --no-git-commit --force tinywasm*" dev="run -- -l debug run" -spec-mvp="test --package tinywasm --test mvp -- test_mvp --exact --nocapture --ignored" + +test-mvp="test --package tinywasm --test mvp -- test_mvp --exact --nocapture --ignored" +generate-charts="test --package tinywasm --test mvp -- generate_charts --ignored" -- cgit v1.3.1