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
|
||||
override: true
|
||||
|
||||
- name: Run cargo check
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: check --all --all-features --all-targets
|
||||
- name: Check
|
||||
run: cargo check --all --all-features --all-targets
|
||||
|
||||
test:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
Loading…
Reference in New Issue
Block a user