mirror of
https://github.com/clap-rs/clap
synced 2024-12-12 22:02:35 +00:00
chore: Remove redundant CI step
This commit is contained in:
parent
bbc1d6aff2
commit
8bcca687ea
1 changed files with 0 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -104,8 +104,6 @@ jobs:
|
||||||
target: ${{ matrix.target }}
|
target: ${{ matrix.target }}
|
||||||
override: true
|
override: true
|
||||||
- uses: Swatinem/rust-cache@v1
|
- uses: Swatinem/rust-cache@v1
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
- name: Check
|
- name: Check
|
||||||
run: make check-${{ matrix.features }}
|
run: make check-${{ matrix.features }}
|
||||||
docs:
|
docs:
|
||||||
|
|
Loading…
Reference in a new issue