Upload compiled binaries for each test in the matrix
This commit is contained in:
		
							parent
							
								
									91c5b34b70
								
							
						
					
					
						commit
						f6a193191b
					
				
							
								
								
									
										7
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							@ -387,6 +387,13 @@ jobs:
 | 
				
			|||||||
          toolchain: ${{ matrix.platform.toolchain || 'stable' }}
 | 
					          toolchain: ${{ matrix.platform.toolchain || 'stable' }}
 | 
				
			||||||
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 | 
					          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 | 
				
			||||||
        if: ${{ matrix.platform.can-execute }}
 | 
					        if: ${{ matrix.platform.can-execute }}
 | 
				
			||||||
 | 
					      - name: Upload build artifacts
 | 
				
			||||||
 | 
					        uses: actions/upload-artifact@v4
 | 
				
			||||||
 | 
					        with:
 | 
				
			||||||
 | 
					          name: build-artifacts-${{ matrix.platform.platform_name }}
 | 
				
			||||||
 | 
					          path: |
 | 
				
			||||||
 | 
					            target/${{ matrix.platform.target }}/debug/bin*
 | 
				
			||||||
 | 
					            subcrate/target/${{ matrix.platform.target }}/debug/subcrate
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  test-validate-inputs:
 | 
					  test-validate-inputs:
 | 
				
			||||||
    name: Test validate-inputs
 | 
					    name: Test validate-inputs
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user