From da71d5c0c2ff36f365aa8ba1d56af87c60a97d20 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 3 Jan 2021 11:05:22 +0800 Subject: [PATCH] feat: add test --- justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/justfile b/justfile index 0837260..8714f4a 100644 --- a/justfile +++ b/justfile @@ -9,4 +9,8 @@ log: publish: cargo publish +# test all +test: + cargo test + cd demo/test_clap; cargo build; cargo test