diff --git a/bdk-ffi/justfile b/bdk-ffi/justfile index fb2cb9a..7999861 100644 --- a/bdk-ffi/justfile +++ b/bdk-ffi/justfile @@ -3,3 +3,7 @@ build: test: cargo test --lib + +check: + cargo fmt + cargo clippy