Skip to content

Commit

Permalink
Add serde to the cargotest test suite
Browse files Browse the repository at this point in the history
This branch is based before rust-lang#62574,
so that rust-lang#62562 can be reproduced.
This should succeed when merged into `master`.
  • Loading branch information
SimonSapin committed Jul 11, 2019
1 parent 6907005 commit 471cb31
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/tools/cargotest/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ const TEST_REPOS: &'static [Test] = &[
lock: None,
packages: &[],
},
Test {
name: "serde",
repo: "https://github.com/serde-rs/serde",
sha: "ce89adecc12b909e32548b1b929d443d62647029",
lock: None,
packages: &[],
},
];

fn main() {
Expand Down

0 comments on commit 471cb31

Please sign in to comment.