From 8ab41dc0d90730009f5d547bbfaab93d5dd9496a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 18 Jun 2023 21:33:05 +0300 Subject: initial ingegrationtests --- integrationtests/Taskfile.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 integrationtests/Taskfile.yml (limited to 'integrationtests/Taskfile.yml') 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 -- cgit v1.2.3