Przeglądaj źródła

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

Simon Sapin 10 lat temu
rodzic
commit
8e6418a3fb
1 zmienionych plików z 3 dodań i 0 usunięć
  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"