1 2 3 4 5 6 7 8 9 10
[tasks.test-all-async] command = "cargo" args = ["test", "--no-default-features", "--features", "tcp,ws,graphql"] [tasks.test-features] dependencies = ["test-all-async"] [tasks.docker] [tasks.install]