Skip to content

Commit

Permalink
fix: build cli before running itests
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Apr 4, 2024
1 parent 8c01776 commit dd883d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ _check-docker:

# starts bitcoind, nutshell, 2 lnd nodes via docker and runs the integration tests
run-itests: _check-docker
cargo build
cargo build -p moksha-cli
docker compose --profile itest up -d
RUST_BACKTRACE=1 cargo test -p integrationtests -- --test-threads=1
docker compose --profile itest down
Expand Down

0 comments on commit dd883d0

Please sign in to comment.