Also check examples

A quick check on my machine showed that just `cargo check --workspace`
didn't verify the examples. Quite silly.
This commit is contained in:
Jennifer Wilcox 2021-04-26 12:00:23 -05:00
parent 0ff51520f5
commit d738626f70

View file

@ -16,7 +16,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: check
args: --workspace
args: --workspace --examples
- uses: actions-rs/cargo@v1
with:
command: fmt