diff options
Diffstat (limited to 'integrationtests/Taskfile.yml')
| -rw-r--r-- | integrationtests/Taskfile.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/integrationtests/Taskfile.yml b/integrationtests/Taskfile.yml new file mode 100644 index 0000000..1f87f1c --- /dev/null +++ b/integrationtests/Taskfile.yml @@ -0,0 +1,12 @@ +version: '3' + +tasks: + earth: + cmds: + - ../gorum -cfg gorum-earth.json + mars: + cmds: + - ../gorum -cfg gorum-mars.json + uranus: + cmds: + - ../gorum -cfg gorum-uranus.json |
