Update '.drone.yml'
This commit is contained in:
		
							parent
							
								
									ee55e6b7ed
								
							
						
					
					
						commit
						7139fd9e42
					
				@ -6,7 +6,7 @@ steps:
 | 
				
			|||||||
- name: test
 | 
					- name: test
 | 
				
			||||||
  image: golang:1.20
 | 
					  image: golang:1.20
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
  - go test -v -race -skip '^TestE2E' ./...
 | 
					  - go test -v -race -skip '^TestE2E|TestMain' ./...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: build
 | 
					- name: build
 | 
				
			||||||
  image: golang:1.20
 | 
					  image: golang:1.20
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user