File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ impl Step for Std {
34
34
const DEFAULT : bool = true ;
35
35
36
36
fn should_run ( run : ShouldRun < ' _ > ) -> ShouldRun < ' _ > {
37
- run. all_krates ( "std " )
37
+ run. all_krates ( "test " )
38
38
}
39
39
40
40
fn make_run ( run : RunConfig < ' _ > ) {
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ impl Step for Std {
39
39
const DEFAULT : bool = true ;
40
40
41
41
fn should_run ( run : ShouldRun < ' _ > ) -> ShouldRun < ' _ > {
42
- run. all_krates ( "std " )
42
+ run. all_krates ( "test " )
43
43
}
44
44
45
45
fn make_run ( run : RunConfig < ' _ > ) {
Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ impl Step for Std {
413
413
414
414
fn should_run ( run : ShouldRun < ' _ > ) -> ShouldRun < ' _ > {
415
415
let builder = run. builder ;
416
- run. all_krates ( "std " ) . default_condition ( builder. config . docs )
416
+ run. all_krates ( "test " ) . default_condition ( builder. config . docs )
417
417
}
418
418
419
419
fn make_run ( run : RunConfig < ' _ > ) {
You can’t perform that action at this time.
0 commit comments