diff --git a/tests/run.sh b/tests/run.sh index d993538..23128a4 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -40,6 +40,7 @@ echo `$BTC getblockchaininfo | jq -r '"Generated \(.blocks) regtest blocks (\(.s TIP=`$BTC getbestblockhash` export RUST_LOG=electrs=debug +export RAYON_NUM_THREADS=4 electrs \ --db-dir=data/electrs \ --daemon-dir=data/bitcoin \