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: