diff --git a/justfile b/justfile index 2f82138..b01bbda 100644 --- a/justfile +++ b/justfile @@ -1,5 +1,5 @@ test: - cargo test + cargo test --lib cargo run -- quine # list all recipies