fix cargo command
This commit is contained in:
parent
0fb23cb673
commit
7e31085307
6
.github/workflows/CI.yml
vendored
6
.github/workflows/CI.yml
vendored
@ -20,10 +20,8 @@ jobs:
|
|||||||
toolchain: stable
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
- name: Run cargo check
|
- name: Check
|
||||||
uses: actions-rs/cargo@v1
|
run: cargo check --all --all-features --all-targets
|
||||||
with:
|
|
||||||
command: check --all --all-features --all-targets
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
Loading…
Reference in New Issue
Block a user