]> Untitled Git - bdk-cli/commit
fix(Justfile): fix test-threads to max 2
authorVihiga Tyonum <withtvpeter@gmail.com>
Tue, 7 Jul 2026 19:54:21 +0000 (20:54 +0100)
committerVihiga Tyonum <withtvpeter@gmail.com>
Wed, 8 Jul 2026 21:49:32 +0000 (22:49 +0100)
commitb4e10817018a901487058f81c031da88323eea7d
treec2b769a0c014bedcc9bce7ac5fba2ce77d556254
parentf809a7e3ab10183c663144767d7a87188dc3a55a
fix(Justfile): fix test-threads to max 2

- The problem: When running `cargo test --all-
features`, the backends (electrum, rpc, esplora
from TestEnv) run in parallel at the number of
cpus available and exhaust the processes/ports
available, thereby resulting in os error 35.

This fix limits the number of threads that are
available for the tests to run in parallel.
Justfile