From 823b7a5181a11ed2f21f667269c21017c830ed70 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Thu, 6 Oct 2016 16:27:44 -0700 Subject: [PATCH] Only test lib to avoid duplicate error messages --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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