> It seems surprising that we *don't* yet run cargo's tests in CI for hosts by default (as part of `./x test`) on stage 2 > > ``` > $ ./x test --dry-run --stage=2 | grep cargo > Building bootstrap > Finished `dev` profile [unoptimized] target(s) in 0.02s > Documenting stage2 cargo (x86_64-unknown-linux-gnu) > Doc path: /home/joe/repos/rust/build/tmp-dry-run/x86_64-unknown-linux-> gnu/doc/cargo/index.html > Building tool cargo (stage1 -> stage2, x86_64-unknown-linux-gnu) > Build completed successfully in 0:00:00 > ``` > > 🤔 > > Yeah, e.g. > > https://github.com/rust-lang/rust/blob/642e49bfed2481e54e252732be20d3c24cbec9e8/src/ci/github-actions/jobs.yml#L513-L516 > > That seems weird _Originally posted by @jieyouxu in https://github.com/rust-lang/rust/issues/141656#issuecomment-2913370292_ I haven't looked into this yet, opening an issue to track.