We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
On windows, when trying to run testnet tests with the command cargo test testnet, test binary compilation fails due to the usage of unix specific api:
cargo test testnet
Objective is to make compilation works, and make cargo test testnet execution ends with success.
Status