mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 00:11:04 +00:00 
			
		
		
		
	[CI] Switch to non-coverage unit test (squash)
- Currently the collected coverage is not being used by the CI, so use the non-coverage variant to not have the overhead of collecting coverage. (cherry picked from commit9b3032c14b) (cherry picked from commitb0fded409d) (cherry picked from commit14b5efb1c4) (cherry picked from commit30bd28eed3)
This commit is contained in:
		
					parent
					
						
							
								9112b323d1
							
						
					
				
			
			
				commit
				
					
						54bb708ce7
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -61,7 +61,7 @@ jobs:
 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
          TAGS: bindata
 | 
					          TAGS: bindata
 | 
				
			||||||
      - run: |
 | 
					      - run: |
 | 
				
			||||||
          su forgejo -c 'make unit-test-coverage test-check'
 | 
					          su forgejo -c 'make test-backend test-check'
 | 
				
			||||||
        timeout-minutes: 50
 | 
					        timeout-minutes: 50
 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
          RACE_ENABLED: 'true'
 | 
					          RACE_ENABLED: 'true'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue