Skip to content

Commit

Permalink
Run cargo unittests by default with x.py test
Browse files Browse the repository at this point in the history
  • Loading branch information
hkratz committed Oct 25, 2021
1 parent 32f3887 commit 34c78b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ pub struct Cargo {
impl Step for Cargo {
type Output = ();
const ONLY_HOSTS: bool = true;
const DEFAULT: bool = true;

fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {
run.path("src/tools/cargo")
Expand Down

0 comments on commit 34c78b5

Please sign in to comment.