We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c3dc5 commit e7bfa2fCopy full SHA for e7bfa2f
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: "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
+ },
70
];
71
72
fn main() {
0 commit comments