Adding drone pipeline
	
		
			
	
		
	
	
		
			
				
	
				continuous-integration/drone/pr Build is failing
				
					Details
				
			
		
	
				
					
				
			
				
	
				continuous-integration/drone/pr Build is failing
				
					Details
				
			
		
	
							parent
							
								
									7affc696f1
								
							
						
					
					
						commit
						60f5a69b91
					
				| @ -0,0 +1,18 @@ | ||||
| kind: pipeline | ||||
| type: docker | ||||
| name: default | ||||
| 
 | ||||
| steps: | ||||
| - name: Unit Test and lint | ||||
|   image: golang:1.23-bookworm | ||||
|   commands: | ||||
|   # - go build | ||||
|   - go mod download | ||||
|   - go test -race -v ./... | ||||
|   - go vet ./... | ||||
|   group: test-lint | ||||
| 
 | ||||
| trigger: | ||||
|   event: | ||||
|     - pull_request | ||||
|     - push | ||||
					Loading…
					
					
				
		Reference in New Issue
	
	 Drew Bednar
						Drew Bednar