Skip to content

Commit 033d7f6

Browse files
committed
Add WebRender to cargotest
1 parent e7bfa2f commit 033d7f6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/tools/cargotest/main.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ const TEST_REPOS: &'static [Test] = &[
6767
// This takes much less time to build than all of Servo and supports stable Rust.
6868
packages: &["stylo_tests", "selectors"],
6969
},
70+
Test {
71+
name: "webrender",
72+
repo: "https://github.com/servo/webrender",
73+
sha: "2d8d66e1b679b9ce10317ffd043bc87f62e0030c",
74+
lock: None,
75+
packages: &[],
76+
},
7077
];
7178

7279
fn main() {

0 commit comments

Comments
 (0)