GitHub actions: check all packages, examples, tests and features

This commit is contained in:
Alexander Krotov
2020-02-11 02:07:33 +03:00
parent 2d4c20af35
commit 489e5111ac

View File

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