logoalt Hacker News

mohsen1today at 8:25 AM1 replyview on HN

I love nextest. without it my CI could take hours

https://github.com/tsz-org/tsz/actions/runs/29002057457/job/...

watch it running 32.5k unit tests without breaking a sweat!


Replies

sunshowerstoday at 8:32 AM

Thanks! BTW you might enjoy setting CARGO_TERM_COLOR=always in your environment :) dtolnay/rust-toolchain does this automatically but it looks like you aren't using that action.

show 1 reply