refactor: regtest mint as bin

This commit is contained in:
thesimplekid
2025-01-13 20:58:19 +00:00
parent 0840dfea1a
commit c5d4fa52ef
2 changed files with 2 additions and 2 deletions

View File

@@ -45,8 +45,8 @@ echo "Temp directory created: $cdk_itests"
export MINT_DATABASE="$1";
cargo build -p cdk-integration-tests
cargo build --bin cdk-integration-tests
cargo run --bin cdk-integration-tests &
cargo build --bin regtest_mint
cargo run --bin regtest_mint &
# Capture its PID
CDK_ITEST_MINT_BIN_PID=$!