Skip to content

Commit

Permalink
Merge pull request #155 from rustaceanrob/just-10-2
Browse files Browse the repository at this point in the history
lib: add `just` command
  • Loading branch information
rustaceanrob authored Oct 2, 2024
2 parents cc620ed + 21cdb88 commit b0a3761
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 b0a3761

Please sign in to comment.