exclude dioxus-mobile in tests (future feature)

This commit is contained in:
t1m0t 2022-02-01 22:37:34 +01:00
parent 12cfd79d51
commit 022d6d7850

View file

@ -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