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:
parent
2190c288e2
commit
057703593c
1 changed files with 3 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue