diff --git a/Justfile b/Justfile index b6428e3..61570e1 100644 --- a/Justfile +++ b/Justfile @@ -9,5 +9,8 @@ lint-fix: release: cargo build --release +install: + cargo install --path . + test: cargo test --lib --bins