Skip to content

Commit

Permalink
Set RAYON_NUM_THREADS explicitly in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz committed Nov 21, 2023
1 parent 8326249 commit acaebd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit acaebd0

Please sign in to comment.