mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	CI: rm unit-test-race step since its now coverd by unit-test too (#16856)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
		
							
								
								
									
										11
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								.drone.yml
									
									
									
									
									
								
							@@ -218,17 +218,6 @@ steps:
 | 
				
			|||||||
      GITHUB_READ_TOKEN:
 | 
					      GITHUB_READ_TOKEN:
 | 
				
			||||||
        from_secret: github_read_token
 | 
					        from_secret: github_read_token
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - name: unit-test-race
 | 
					 | 
				
			||||||
    image: golang:1.17
 | 
					 | 
				
			||||||
    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
 | 
					  - name: unit-test-gogit
 | 
				
			||||||
    pull: always
 | 
					    pull: always
 | 
				
			||||||
    image: golang:1.17
 | 
					    image: golang:1.17
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user