Explorar o código

refactor: regtest mint as bin

thesimplekid hai 2 meses
pai
achega
c5d4fa52ef
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 0 0
      crates/cdk-integration-tests/src/bin/regtest_mint.rs
  2. 2 2
      misc/itests.sh

+ 0 - 0
crates/cdk-integration-tests/src/main.rs → crates/cdk-integration-tests/src/bin/regtest_mint.rs


+ 2 - 2
misc/itests.sh

@@ -45,8 +45,8 @@ echo "Temp directory created: $cdk_itests"
 export MINT_DATABASE="$1";
 export MINT_DATABASE="$1";
 
 
 cargo build -p cdk-integration-tests 
 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
 # Capture its PID
 CDK_ITEST_MINT_BIN_PID=$!
 CDK_ITEST_MINT_BIN_PID=$!