mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Run style with all properties enabled
This commit is contained in:
parent
ee3f916b65
commit
919bf17e51
5 changed files with 19 additions and 6 deletions
|
@ -55,6 +55,7 @@ fn main() {
|
|||
.arg(&script)
|
||||
.arg(product)
|
||||
.arg("style-crate")
|
||||
.arg(if cfg!(feature = "testing") { "testing" } else { "regular" })
|
||||
.status()
|
||||
.unwrap();
|
||||
if !status.success() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue