mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-05 04:15:06 +00:00
Add Stylo to cargotest
This commit is contained in:
parent
f4f18586e7
commit
9d2e83e759
@ -58,6 +58,15 @@ const TEST_REPOS: &'static [Test] = &[
|
||||
lock: None,
|
||||
packages: &[],
|
||||
},
|
||||
Test {
|
||||
name: "servo",
|
||||
repo: "https://github.com/servo/servo",
|
||||
sha: "38fe9533b93e985657f99a29772bf3d3c8694822",
|
||||
lock: None,
|
||||
// Only test Stylo a.k.a. Quantum CSS, the parts of Servo going into Firefox.
|
||||
// This takes much less time to build than all of Servo and supports stable Rust.
|
||||
packages: &["stylo_tests", "selectors"],
|
||||
},
|
||||
];
|
||||
|
||||
fn main() {
|
||||
|
Loading…
Reference in New Issue
Block a user