mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Increase build parallelism on macOS (#2759)
Co-authored-by: Martin Hořeňovský <martin.horenovsky@gmail.com>
This commit is contained in:
		 Krzysiek Karbowiak
					Krzysiek Karbowiak
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							caffe79a31
						
					
				
				
					commit
					b735dfce2d
				
			
							
								
								
									
										5
									
								
								.github/workflows/mac-builds.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/mac-builds.yml
									
									
									
									
										vendored
									
									
								
							| @@ -42,11 +42,10 @@ jobs: | ||||
|  | ||||
|     - name: Build tests + lib | ||||
|       working-directory: ${{runner.workspace}}/build | ||||
|       run: make -j 2 | ||||
|       run: make -j `sysctl -n hw.ncpu` | ||||
|  | ||||
|     - name: Run tests | ||||
|       env: | ||||
|           CTEST_OUTPUT_ON_FAILURE: 1 | ||||
|       working-directory: ${{runner.workspace}}/build | ||||
|       # Hardcode 2 cores we know are there | ||||
|       run: ctest -C ${{matrix.build_type}} -j 2 | ||||
|       run: ctest -C ${{matrix.build_type}} -j `sysctl -n hw.ncpu` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user