1 2 3 4 5 6 7 8
[tasks.test-ws] command = "cargo" args = ["test", "--no-default-features", "--features", "ws"] [tasks.test] command = "cargo" args = ["test"] dependencies = ["test-ws"]