activate testing steps
This commit is contained in:
		
							parent
							
								
									b6b35d1000
								
							
						
					
					
						commit
						9dd8ef46bd
					
				@ -11,9 +11,9 @@ pipelines:
 | 
			
		||||
      - step:
 | 
			
		||||
          name: Test and Build
 | 
			
		||||
          script:
 | 
			
		||||
            #- mkdir test-reports
 | 
			
		||||
            #- go get -u github.com/jstemmer/go-junit-report
 | 
			
		||||
            #- go test tests/* -v 2>&1 | go-junit-report > test-reports/report.xml
 | 
			
		||||
            - mkdir test-reports
 | 
			
		||||
            - go get -u github.com/jstemmer/go-junit-report
 | 
			
		||||
            - go test -v 2>&1 | go-junit-report > test-reports/report.xml
 | 
			
		||||
            - mkdir build
 | 
			
		||||
            - go mod vendor
 | 
			
		||||
            - go mod tidy
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user