mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 00:51:56 +00:00 
			
		
		
		
	Add bat test run
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/CICD.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/CICD.yml
									
									
									
									
										vendored
									
									
								
							@@ -218,6 +218,12 @@ jobs:
 | 
				
			|||||||
        use-cross: ${{ steps.vars.outputs.CARGO_USE_CROSS }}
 | 
					        use-cross: ${{ steps.vars.outputs.CARGO_USE_CROSS }}
 | 
				
			||||||
        command: test
 | 
					        command: test
 | 
				
			||||||
        args: --target=${{ matrix.job.target }} ${{ steps.vars.outputs.CARGO_TEST_OPTIONS}} ${{ matrix.job.cargo-options }}
 | 
					        args: --target=${{ matrix.job.target }} ${{ steps.vars.outputs.CARGO_TEST_OPTIONS}} ${{ matrix.job.cargo-options }}
 | 
				
			||||||
 | 
					    - name: bat test run
 | 
				
			||||||
 | 
					      uses: actions-rs/cargo@v1
 | 
				
			||||||
 | 
					      with:
 | 
				
			||||||
 | 
					        use-cross: ${{ steps.vars.outputs.CARGO_USE_CROSS }}
 | 
				
			||||||
 | 
					        command: run
 | 
				
			||||||
 | 
					        args: --target=${{ matrix.job.target }} ${{ matrix.job.cargo-options }} -- --paging=never Cargo.toml src/config.rs
 | 
				
			||||||
    - name: Upload build artifacts
 | 
					    - name: Upload build artifacts
 | 
				
			||||||
      uses: actions/upload-artifact@master
 | 
					      uses: actions/upload-artifact@master
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user