diff --git a/Taskfile.yaml b/Taskfile.yaml index 218b51a90bef3e54f2de06ec177b03aef37bf16c..7493a3175a3dfe75d71db7798c10d0e55c06a35d 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -38,6 +38,8 @@ tasks: run: desc: Run build + env: + CRUSH_PROFILE: true cmds: - go run . {{.CLI_ARGS}} @@ -51,13 +53,6 @@ tasks: cmds: - gofumpt -w . - dev: - desc: Run with profiling enabled - env: - CRUSH_PROFILE: true - cmds: - - go run . - install: desc: Install the application cmds: