and another one bites

This commit is contained in:
holger krekel
2020-06-17 17:48:43 +02:00
parent 9574c09613
commit bb9112811a

View File

@@ -65,12 +65,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: