2021-05-27 20:05:45 +00:00
|
|
|
[config]
|
|
|
|
default_to_workspace = false
|
|
|
|
|
|
|
|
[tasks.test]
|
|
|
|
command = "cargo"
|
2021-06-02 19:52:08 +00:00
|
|
|
args = ["test", "--workspace", "--exclude", "espanso-modulo", "--no-default-features"]
|
|
|
|
|
|
|
|
[tasks.test-output]
|
|
|
|
command = "cargo"
|
|
|
|
args = ["test", "--workspace", "--exclude", "espanso-modulo", "--no-default-features", "--", "--nocapture"]
|