mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 14:56:33 +03:00
ci: replace deprecated --workspace with --all
This commit is contained in:
committed by
holger krekel
parent
632416cf58
commit
3bde37eabf
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -80,11 +80,10 @@ jobs:
|
|||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: check
|
command: check
|
||||||
args: --workspace --all --bins --examples --tests
|
args: --all --bins --examples --tests
|
||||||
|
|
||||||
- name: tests
|
- name: tests
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
args: --workspace
|
args: --all
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user