ソースを参照

refactor: regtest mint as bin

thesimplekid 2 ヶ月 前
コミット
c5d4fa52ef
2 ファイル変更2 行追加2 行削除
  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";
 
 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=$!