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