diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 6905246..a12c592 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -3,8 +3,7 @@ default_platform :ios platform :ios do desc "Runs all the tests" lane :test do - run_tests(scheme: "passTests") - run_tests(scheme: "passKitTests") + run_tests() end desc "Submit a new Beta Build to Apple TestFlight"