This commit is contained in:
		
							parent
							
								
									0725b352c6
								
							
						
					
					
						commit
						797bc6d654
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -4,7 +4,7 @@ name: testing
 | 
			
		|||
 | 
			
		||||
steps:
 | 
			
		||||
- name: unittests
 | 
			
		||||
  image: golang:1.17-buster
 | 
			
		||||
  image: golang:1.18-bullseye
 | 
			
		||||
  environment:
 | 
			
		||||
    SNAPSHOTS_S3_ENDPOINT: minio:9000
 | 
			
		||||
    TEST_S3_ENDPOINT: minio:9000
 | 
			
		||||
| 
						 | 
				
			
			@ -12,6 +12,8 @@ steps:
 | 
			
		|||
  - name: dockersock
 | 
			
		||||
    path: /var/run
 | 
			
		||||
  commands:
 | 
			
		||||
    - apt update && apt upgrade -y
 | 
			
		||||
    - apt install tar zstd
 | 
			
		||||
    - sleep 10
 | 
			
		||||
    - go mod tidy
 | 
			
		||||
    - make test
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue