Merge pull request #1258 from deltachat/cargo-check-ci

GitHub actions: check all packages, examples, tests and features
This commit is contained in:
Friedel Ziegelmayer
2020-02-11 11:50:26 +01:00
committed by GitHub

View File

@@ -15,6 +15,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: check
args: --workspace --examples --tests --all-features
fmt:
name: Rustfmt