Skip to content

Commit 9d2e83e

Browse files
committed
Add Stylo to cargotest
1 parent f4f1858 commit 9d2e83e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/tools/cargotest/main.rs

+9
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: "38fe9533b93e985657f99a29772bf3d3c8694822",
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)