Make sure that all the workspaces crates compile

This commit is contained in:
Kerollmops 2021-06-03 10:56:01 +02:00
parent 82fb5f0bef
commit 99b45d2aa0
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4

View File

@ -29,6 +29,11 @@ jobs:
override: true
components: rustfmt, clippy
- uses: actions-rs/cargo@v1
with:
command: check
args: --all
- uses: actions-rs/cargo@v1
with:
command: build