diff --git a/Taskfile.yml b/Taskfile.yml index 0d6ec0a..e270e0c 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -11,6 +11,14 @@ tasks: cmds: - go run . --help silent: true + server: + cmds: + - go run . -role scheduler + silent: true + agent: + cmds: + - go run . -role agent + silent: true precommit: cmds: - pre-commit autoupdate