1 2 3 4 5 6 7
[tasks.test-unit] command = "cargo" args = ["test", "--", "--color=always", "--nocapture"] workspace = false [tasks.test] dependencies = ["test-unit"]