mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 07:01:31 +08:00 
			
		
		
		
	test(server): disable file parallelism to avoid CI failures
This commit is contained in:
		
							parent
							
								
									f8c1dabfd5
								
							
						
					
					
						commit
						17f27e520c
					
				@ -16,6 +16,7 @@ export default defineConfig(() => ({
 | 
			
		||||
      provider: 'v8' as const,
 | 
			
		||||
      reporter: [ "text", "html" ]
 | 
			
		||||
    },
 | 
			
		||||
    fileParallelism: false,
 | 
			
		||||
    pool: "threads"
 | 
			
		||||
  },
 | 
			
		||||
}));
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user