From dccc85d8ffb69f50a904fd79fbd0ffec22d98235 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Wed, 17 Apr 2024 10:58:54 -0400 Subject: [PATCH] build: add build command to bdk-ffi directory This is simply to bring it in line with the other libraries. --- bdk-ffi/justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bdk-ffi/justfile b/bdk-ffi/justfile index b9a6007..fb2cb9a 100644 --- a/bdk-ffi/justfile +++ b/bdk-ffi/justfile @@ -1,2 +1,5 @@ +build: + cargo build + test: cargo test --lib