From 6b80a0f2d5a0a7c6742526b33e6e77d7d85846e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 21 Nov 2021 22:28:15 +0100 Subject: [PATCH] Add test target to Justfile --- Justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Justfile b/Justfile index 7dce274..b6428e3 100644 --- a/Justfile +++ b/Justfile @@ -8,3 +8,6 @@ lint-fix: release: cargo build --release + +test: + cargo test --lib --bins