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