Explorar el Código

exclude dioxus-mobile in tests (future feature)

t1m0t hace 3 años
padre
commit
022d6d7850
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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