Importing and calling platform-specific lanes from general platform in Fastlane
This isn't the ideal solution as it ends up wrapping your lane execution in another lane but we do this in your equivalent to release_all
, however I wonder if it would allow running those in parallel:
sh "fastlane ios beta"
sh "fastlane android beta"