mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 04:14:01 +01:00 
			
		
		
		
	CI: Add unit-test-race (#16470)
This commit is contained in:
		
							parent
							
								
									e83abfc289
								
							
						
					
					
						commit
						4b512abf5b
					
				
							
								
								
									
										11
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								.drone.yml
									
									
									
									
									
								
							@ -217,6 +217,17 @@ steps:
 | 
			
		||||
      GITHUB_READ_TOKEN:
 | 
			
		||||
        from_secret: github_read_token
 | 
			
		||||
 | 
			
		||||
  - name: unit-test-race
 | 
			
		||||
    image: golang:1.16
 | 
			
		||||
    commands:
 | 
			
		||||
      - make test-backend
 | 
			
		||||
    environment:
 | 
			
		||||
      GOPROXY: off
 | 
			
		||||
      TAGS: sqlite sqlite_unlock_notify
 | 
			
		||||
      RACE_ENABLED: true
 | 
			
		||||
      GITHUB_READ_TOKEN:
 | 
			
		||||
        from_secret: github_read_token
 | 
			
		||||
 | 
			
		||||
  - name: unit-test-gogit
 | 
			
		||||
    pull: always
 | 
			
		||||
    image: golang:1.16
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user