mirror of
				https://github.com/folke/lazy.nvim.git
				synced 2025-11-04 00:11:06 +00:00 
			
		
		
		
	fix(runner): properly do concurrency
This commit is contained in:
		
					parent
					
						
							
								97f4df0824
							
						
					
				
			
			
				commit
				
					
						66a4170f0e
					
				
			
		
					 2 changed files with 38 additions and 22 deletions
				
			
		| 
						 | 
				
			
			@ -64,7 +64,7 @@ describe("runner", function()
 | 
			
		|||
    local runner = Runner.new({ plugins = plugins, pipeline = { "test.test1", "test.skip", "test.test2" } })
 | 
			
		||||
    runner:start()
 | 
			
		||||
    runner:wait()
 | 
			
		||||
    assert.equal(4, #runs)
 | 
			
		||||
    assert.equal(4, #runs, runs)
 | 
			
		||||
  end)
 | 
			
		||||
 | 
			
		||||
  it("handles opts", function()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue