Skip to content

Commit e7bfa2f

Browse files
committed
Add Stylo to cargotest
1 parent 41c3dc5 commit e7bfa2f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/tools/cargotest/main.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,15 @@ const TEST_REPOS: &'static [Test] = &[
5858
lock: None,
5959
packages: &[],
6060
},
61+
Test {
62+
name: "servo",
63+
repo: "https://github.com/servo/servo",
64+
sha: "f1da967ef707bbc77f023daf28093201e96e19c5",
65+
lock: None,
66+
// Only test Stylo a.k.a. Quantum CSS, the parts of Servo going into Firefox.
67+
// This takes much less time to build than all of Servo and supports stable Rust.
68+
packages: &["stylo_tests", "selectors"],
69+
},
6170
];
6271

6372
fn main() {

0 commit comments

Comments
 (0)