ci: check all packages in the workspace

This commit is contained in:
Alexander Krotov
2020-07-19 23:07:32 +03:00
committed by holger krekel
parent 861325591e
commit 632416cf58

View File

@@ -38,6 +38,7 @@ jobs:
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all
build_and_test: