mirror of
https://github.com/sharkdp/bat
synced 2024-11-04 18:00:24 +00:00
Add --diagnostic run to CI
This commit is contained in:
parent
dec94b4111
commit
99a61580e1
8
.github/workflows/CICD.yml
vendored
8
.github/workflows/CICD.yml
vendored
@ -226,7 +226,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
use-cross: ${{ steps.vars.outputs.CARGO_USE_CROSS }}
|
use-cross: ${{ steps.vars.outputs.CARGO_USE_CROSS }}
|
||||||
command: run
|
command: run
|
||||||
args: --target=${{ matrix.job.target }} ${{ matrix.job.cargo-options }} -- --paging=never --color=always --theme=ansi-dark Cargo.toml src/config.rs
|
args: --target=${{ matrix.job.target }} ${{ matrix.job.cargo-options }} -- --paging=never --color=always --theme=ansi Cargo.toml src/config.rs
|
||||||
|
- name: bat diagnostics output
|
||||||
|
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 --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:
|
||||||
|
Loading…
Reference in New Issue
Block a user