Run style with all properties enabled

This commit is contained in:
Manish Goregaokar 2016-09-23 09:40:16 +05:30
parent ee3f916b65
commit 919bf17e51
5 changed files with 19 additions and 6 deletions

View file

@ -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() {