Procházet zdrojové kódy

exclude dioxus-mobile in tests (future feature)

t1m0t před 3 roky
rodič
revize
022d6d7850
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Makefile.toml

+ 1 - 1
Makefile.toml

@@ -37,6 +37,6 @@ private = true
 workspace = true
 
 [tasks.test]
-args = ["test", "--all-targets"]
+args = ["test", "--all-targets", "--workspace", "--exclude", "dioxus-mobile"]
 command = "cargo"
 private = true