summary refs log tree commit diff
path: root/Taskfile.yml
diff options
context:
space:
mode:
Diffstat (limited to 'Taskfile.yml')
-rw-r--r--Taskfile.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Taskfile.yml b/Taskfile.yml
index ac379ae..a8ce472 100644
--- a/Taskfile.yml
+++ b/Taskfile.yml
@@ -9,7 +9,6 @@ tasks:
 
   run:
     desc: "Run specimen application binary."
-    dir: application
     deps: [build]
     cmds:
-      - build/specimen
+      - application/build/specimen {{.CLI_ARGS}}