Explorar o código

exclude dioxus-mobile in tests (future feature)

t1m0t %!s(int64=3) %!d(string=hai) anos
pai
achega
022d6d7850
Modificáronse 1 ficheiros con 1 adicións e 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