mirror of
https://github.com/sharkdp/bat
synced 2024-11-04 18:00:24 +00:00
Add bat test run
This commit is contained in:
parent
8705d018fd
commit
663c7cf1d7
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 }}
|
||||
command: test
|
||||
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
|
||||
uses: actions/upload-artifact@master
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user