[tasks.build] clear = true command = "cargo" args = ["build"] [tasks.test-integration] clear = true command = "cargo" args = [ "test", "--features=tracking", "--", "--nocapture" ] [tasks.test] clear = true run_task = [ { name = [ "test-integration", ]}, ]