Closed elBoberido closed 2 years ago
rustfmt
iox-123-this-is-a-branch
iox-#42 commit text
task-list-completed
With the new release of the nextest runner, it now supports setting the test threads via config file. https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.15.0
The developer must not take care to run cargo nextest run -j1 but can just run cargo nextest run
cargo nextest run -j1
cargo nextest run
Pre-Review Checklist for the PR Author
rustfmt
iox-123-this-is-a-branch
)iox-#42 commit text
)task-list-completed
)With the new release of the nextest runner, it now supports setting the test threads via config file. https://github.com/nextest-rs/nextest/releases/tag/nextest-runner-0.15.0
The developer must not take care to run
cargo nextest run -j1
but can just runcargo nextest run
Notes for Reviewer
Checklist for the PR Reviewer
Post-review Checklist for the PR Author
References