diff --git a/.zed/tasks.json b/.zed/tasks.json index 259ab07f3e..800588a96b 100644 --- a/.zed/tasks.json +++ b/.zed/tasks.json @@ -3,5 +3,10 @@ "label": "clippy", "command": "./script/clippy", "args": [] + }, + { + "label": "cargo run --profile release-fast", + "command": "cargo", + "args": ["run", "--profile", "release-fast"] } ]