New comment by cinerea0 on void-packages repository https://github.com/void-linux/void-packages/pull/30259#issuecomment-855566970 Comment: ```diff diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template (copy) index 8df40053a1..d3dc5715b8 100644 --- a/srcpkgs/rust/template +++ b/srcpkgs/rust/template (copy) @@ -304,12 +304,9 @@ do_check() { python3 x.py test ${makejobs} --no-doc --no-fail-fast \ src/test/codegen \ src/test/codegen-units \ - src/test/compile-fail \ src/test/incremental \ src/test/mir-opt \ src/test/pretty \ - src/test/run-fail \ - src/test/run-fail/pretty \ src/test/run-make \ src/test/run-make-fulldeps \ src/test/ui \ ```