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