Description of the issue
Description: As of a couple months ago, the N skipped, N passed to the right of the progress bar shown by cargo nextest run always show 0 for both Ns.
Steps to reproduce:
- Clone this repo
- Execute
cargo nextest run (having installed the latest release, v0.9.121)
Expected outcome
While running, the amount of passed and skipped tests should be reflected.
Actual result
Output like
Running [ 00:00:05] █▊ 9/456: 12 running, 0 passed, 0 skipped
a little later
Cancelling [ 00:00:19] █████▊ 30/456: 8 running, 0 passed, 0 skipped
(various tests of nextest's own testsuite fail for me locally, no clue why)
Nextest version
cargo-nextest 0.9.121
release: 0.9.121
host: x86_64-unknown-linux-gnu
Additional context
I tried unsetting any relevant cargo settings, nextest settings, and running with a stable toolchain instead of nightly. Always the same result.
Description of the issue
Description: As of a couple months ago, the
N skipped, N passedto the right of the progress bar shown bycargo nextest runalways show0for bothNs.Steps to reproduce:
cargo nextest run(having installed the latest release, v0.9.121)Expected outcome
While running, the amount of passed and skipped tests should be reflected.
Actual result
Output like
a little later
(various tests of nextest's own testsuite fail for me locally, no clue why)
Nextest version
Additional context
I tried unsetting any relevant cargo settings, nextest settings, and running with a stable toolchain instead of nightly. Always the same result.