mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-10-31 08:03:43 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			161 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			161 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| language: go
 | |
| go:
 | |
|   - 1.10.x
 | |
|   - 1.11.x
 | |
| script: go test -v -check.vv -race ./...
 | |
| sudo: false
 | |
| notifications:
 | |
|   email:
 | |
|     on_success: never
 | |
|     on_failure: always
 | 
