fix cargo command

This commit is contained in:
Lucio Franco 2020-01-09 18:39:13 -05:00
parent 0fb23cb673
commit 7e31085307

View File

@ -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 }}