exclude dioxus-mobile in tests (future feature)
This commit is contained in:
parent
12cfd79d51
commit
022d6d7850
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue