forked from goodboy/tractor
				
			Add back `pytest` full trace flag to debug CI hangs
							parent
							
								
									b15e4ed9ce
								
							
						
					
					
						commit
						5db2ebf8d0
					
				| 
						 | 
					@ -83,7 +83,7 @@ jobs:
 | 
				
			||||||
        run: pip list
 | 
					        run: pip list
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Run tests
 | 
					      - name: Run tests
 | 
				
			||||||
        run: pytest tests/ --spawn-backend=${{ matrix.spawn_backend }} -rsx
 | 
					        run: pytest tests/ --spawn-backend=${{ matrix.spawn_backend }} -rsx --full-trace
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # We skip 3.10 on windows for now due to not having any collabs to
 | 
					  # We skip 3.10 on windows for now due to not having any collabs to
 | 
				
			||||||
  # debug the CI failures. Anyone wanting to hack and solve them is very
 | 
					  # debug the CI failures. Anyone wanting to hack and solve them is very
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue