chore: taskfile

Carlos Alexandro Becker created

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Change summary

Taskfile.yaml | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)

Detailed changes

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: