We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f1858 commit 9d2e83eCopy full SHA for 9d2e83e
src/tools/cargotest/main.rs
@@ -58,6 +58,15 @@ const TEST_REPOS: &'static [Test] = &[
58
lock: None,
59
packages: &[],
60
},
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
+ },
70
];
71
72
fn main() {
0 commit comments