mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Auto merge of #5574 - servo:unit-tests, r=jack
On my laptop, running `./mach test-unit` goes from about 11 minutes to 22 seconds, when run after `./mach build`. Fix #5291.
This commit is contained in:
commit
017d105361
41 changed files with 2216 additions and 2023 deletions
|
@ -66,6 +66,3 @@ pub mod script_task;
|
|||
mod timers;
|
||||
pub mod textinput;
|
||||
mod devtools;
|
||||
|
||||
#[cfg(all(test, target_pointer_width = "64"))]
|
||||
mod tests;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue