GNMoseke / peregrine

Better swift testing from the command line
Mozilla Public License 2.0
4 stars 0 forks source link

refactor to taskgroup rather than detached task for spinner build #9

Closed GNMoseke closed 2 months ago

GNMoseke commented 2 months ago

Detached task is causing occasional infinite hangs and is unnecessary for the spinner, can just run in parallel as part of a taskgroup with the build task

GNMoseke commented 2 months ago

could also explicitly use .detached but keep structured as much as possible is preferrable