Skip to content

[windows dev] test compilation fails due to unix apis #5930

Closed
@fdefelici

Description

@fdefelici

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:

  • rlimit
  • std::os:unix

Objective is to make compilation works, and make cargo test testnet execution ends with success.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Status: ✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions