瀏覽代碼

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