Kaynağa Gözat

Don’t take time to run 0 in-crate unit tests

Simon Sapin 10 yıl önce
ebeveyn
işleme
8e6418a3fb
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      Cargo.toml

+ 3 - 0
Cargo.toml

@@ -18,6 +18,9 @@ name = "tests"
 name = "wpt"
 harness = false
 
+[lib]
+test = false
+
 [dev-dependencies]
 rustc-test = "0.1"
 rustc-serialize = "0.3"