ci: replace deprecated --workspace with --all

This commit is contained in:
Alexander Krotov
2020-07-19 23:08:56 +03:00
committed by holger krekel
parent 632416cf58
commit 3bde37eabf

View File

@@ -80,11 +80,10 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: check
args: --workspace --all --bins --examples --tests
args: --all --bins --examples --tests
- name: tests
uses: actions-rs/cargo@v1
with:
command: test
args: --workspace
args: --all