Skip to content

Commit

Permalink
Add 4 workers
Browse files Browse the repository at this point in the history
  • Loading branch information
ipavlidakis committed Nov 6, 2024
1 parent 74f9a99 commit e0ee9ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ lane :test do |options|
skip_build: options[:skip_build],
build_for_testing: options[:build_for_testing],
xcargs: is_ci ? "#{buildcache_xcargs} STREAM_VIDEO_SECRET=#{app_secret}" : buildcache_xcargs,
parallel_testing: is_ci
parallel_testing: true,
concurrent_workers: 4
}

begin
Expand Down

0 comments on commit e0ee9ff

Please sign in to comment.