Skip to content

Commit

Permalink
lib: add just command
Browse files Browse the repository at this point in the history
  • Loading branch information
rustaceanrob committed Oct 2, 2024
1 parent cc620ed commit 21cdb88
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@ integrate:

example:
cargo run --example signet

all:
cargo fmt
cargo clippy --all-targets
cargo test -- --skip test_signet_syncs
sh scripts/integration.sh {{bitcoindir}}
cargo run --example signet

0 comments on commit 21cdb88

Please sign in to comment.