try fix #1623 the wrong warnings

This commit is contained in:
holger krekel
2020-06-17 16:09:07 +02:00
parent 8ca55b0f60
commit e0750a04e8

View File

@@ -75,12 +75,6 @@ jobs:
path: target
key: ${{ matrix.os }}-${{ matrix.rust }}-cargo-build-target-${{ hashFiles('**/Cargo.toml') }}
- name: check
uses: actions-rs/cargo@v1
with:
command: check
args: --workspace --all --bins --examples --tests
- name: tests
uses: actions-rs/cargo@v1
with: