workflows: test openssl instead of curl
It takes too long to build curl
This commit is contained in:
		
							parent
							
								
									eab79fb44a
								
							
						
					
					
						commit
						a2a1c74be6
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		
							
								
								
									
										10
									
								
								.github/workflows/test.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/test.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -8,15 +8,15 @@ jobs:
 | 
			
		|||
    strategy:
 | 
			
		||||
      matrix:
 | 
			
		||||
        package:
 | 
			
		||||
          - curl
 | 
			
		||||
          - openssl
 | 
			
		||||
          - lolcat
 | 
			
		||||
          - termshark
 | 
			
		||||
          - deber
 | 
			
		||||
          - lazygit
 | 
			
		||||
        include:
 | 
			
		||||
          - package: curl
 | 
			
		||||
            repo: https://salsa.debian.org/debian/curl.git
 | 
			
		||||
            ref: stretch
 | 
			
		||||
          - package: openssl
 | 
			
		||||
            repo: https://salsa.debian.org/debian/openssl.git
 | 
			
		||||
            ref: debian/openssl-1.1.1d-0+deb10u2
 | 
			
		||||
          - package: lolcat
 | 
			
		||||
            repo: https://salsa.debian.org/ruby-team/lolcat.git
 | 
			
		||||
            ref: debian/100.0.1-2
 | 
			
		||||
| 
						 | 
				
			
			@ -43,4 +43,4 @@ jobs:
 | 
			
		|||
      - name: Check files
 | 
			
		||||
        run: |
 | 
			
		||||
          ls -lh artifacts/${{matrix.package}}_*.*
 | 
			
		||||
          ls -lh ${{matrix.package}}_*.* && false || true
 | 
			
		||||
          ls -lh ${{matrix.package}}_*.* && false || true
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue