github.com/upcmd/up@v0.8.1-0.20230108151705-ad8b797bf04f/tests/modtests/0011/up.yml (about) 1 tasks: 2 - 3 name: Main 4 desc: main entry 5 task: 6 - 7 func: call 8 do: hello-module.Say_hello 9 10 - 11 func: call 12 do: hello.Say_hello 13 14 - 15 func: call 16 do: hello.Say_hello 17 18 - 19 func: call 20 do: hello-dummy1.Say_world 21 22 - 23 func: call 24 do: hello-dummy2.Say_hello 25