Преглед изворни кода

exclude dioxus-mobile in tests (future feature)

t1m0t пре 3 година
родитељ
комит
022d6d7850
1 измењених фајлова са 1 додато и 1 уклоњено
  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