From df0b5728fc96a9bf2b50b38039e9d83e74d03afa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 29 Nov 2021 00:36:13 +0100 Subject: [PATCH] Add test to "check" Justfile target --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 741c1ac..4544d28 100644 --- a/Justfile +++ b/Justfile @@ -1,4 +1,4 @@ -check: +check: test cargo check cargo fmt --check cargo clippy --no-deps