diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2023-12-17 15:57:50 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2023-12-17 15:57:50 +0100 |
| commit | fc97f2cab27658b81ef9409b3f388226a4745cee (patch) | |
| tree | 410121176fb2f2f8a562f5a1a5c5366449acd58e /.cargo/config.toml | |
| parent | 8bd7b4fa01915a4b8b8313f78935ca9762e7bcf9 (diff) | |
chore: improve progress graph, add contributing.md
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 4 |
1 files changed, 3 insertions, 1 deletions
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" |
