mirror of
https://github.com/aljazceru/cdk.git
synced 2026-02-20 04:27:03 +01:00
refactor: regtest mint as bin
This commit is contained in:
@@ -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=$!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user