소스 검색

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