mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	CICD: Build: Remove unused ${{ matrix.job.cargo-options }} expansions
This commit is contained in:
		
				
					committed by
					
						
						David Peter
					
				
			
			
				
	
			
			
			
						parent
						
							94496df3b0
						
					
				
				
					commit
					94fd481f36
				
			
							
								
								
									
										8
									
								
								.github/workflows/CICD.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/CICD.yml
									
									
									
									
										vendored
									
									
								
							@@ -142,7 +142,7 @@ jobs:
 | 
				
			|||||||
      with:
 | 
					      with:
 | 
				
			||||||
        use-cross: ${{ matrix.job.use-cross }}
 | 
					        use-cross: ${{ matrix.job.use-cross }}
 | 
				
			||||||
        command: build
 | 
					        command: build
 | 
				
			||||||
        args: --release --target=${{ matrix.job.target }} ${{ matrix.job.cargo-options }}
 | 
					        args: --release --target=${{ matrix.job.target }}
 | 
				
			||||||
    - name: Strip release bin
 | 
					    - name: Strip release bin
 | 
				
			||||||
      id: strip
 | 
					      id: strip
 | 
				
			||||||
      shell: bash
 | 
					      shell: bash
 | 
				
			||||||
@@ -183,19 +183,19 @@ jobs:
 | 
				
			|||||||
      with:
 | 
					      with:
 | 
				
			||||||
        use-cross: ${{ matrix.job.use-cross }}
 | 
					        use-cross: ${{ matrix.job.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}}
 | 
				
			||||||
    - name: bat test run
 | 
					    - name: bat test run
 | 
				
			||||||
      uses: actions-rs/cargo@v1
 | 
					      uses: actions-rs/cargo@v1
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        use-cross: ${{ matrix.job.use-cross }}
 | 
					        use-cross: ${{ matrix.job.use-cross }}
 | 
				
			||||||
        command: run
 | 
					        command: run
 | 
				
			||||||
        args: --target=${{ matrix.job.target }} ${{ matrix.job.cargo-options }} -- --paging=never --color=always --theme=ansi Cargo.toml src/config.rs
 | 
					        args: --target=${{ matrix.job.target }} -- --paging=never --color=always --theme=ansi Cargo.toml src/config.rs
 | 
				
			||||||
    - name: bat diagnostics output
 | 
					    - name: bat diagnostics output
 | 
				
			||||||
      uses: actions-rs/cargo@v1
 | 
					      uses: actions-rs/cargo@v1
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        use-cross: ${{ matrix.job.use-cross }}
 | 
					        use-cross: ${{ matrix.job.use-cross }}
 | 
				
			||||||
        command: run
 | 
					        command: run
 | 
				
			||||||
        args: --target=${{ matrix.job.target }} ${{ matrix.job.cargo-options }} -- --paging=never --color=always --theme=ansi Cargo.toml src/config.rs --diagnostic
 | 
					        args: --target=${{ matrix.job.target }} -- --paging=never --color=always --theme=ansi Cargo.toml src/config.rs --diagnostic
 | 
				
			||||||
    - name: Check features regex-onig
 | 
					    - name: Check features regex-onig
 | 
				
			||||||
      uses: actions-rs/cargo@v1
 | 
					      uses: actions-rs/cargo@v1
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user