separate the crates to test from the test setup

it'll be easier to see and update the list: the other cmd args
can just be ignored
This commit is contained in:
Rémy Rakic 2024-08-25 10:59:38 +00:00
parent 2190c288e2
commit 057703593c

View File

@ -25,7 +25,9 @@ fn main() {
// folder
"--target-dir",
".",
// Check that these crates can be compiled on "stable"
])
// Check that these crates can be compiled on "stable"
.args(&[
"-p",
"rustc_type_ir",
"-p",